We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2976565 commit bbc0697Copy full SHA for bbc0697
next.config.mjs
@@ -5,11 +5,7 @@ const withNextra = nextra({
5
})
6
7
const nextConfig = {
8
- output: 'export', // Enables static export for GitHub Pages
9
- images: { unoptimized: true }, // Required since GitHub Pages doesn't support Next.js Image Optimization
10
- basePath: '/zecdev.github.io', // Change this to your GitHub repository name
11
- assetPrefix: '/zecdev.github.io',
12
- trailingSlash: true, // Helps avoid 404 issues with GitHub Pages
+ images: { unoptimized: true } // Required since GitHub Pages doesn't support Next.js Image Optimization
13
}
14
15
export default withNextra(nextConfig)
0 commit comments