Skip to content

Commit bbc0697

Browse files
committed
fix config
1 parent 2976565 commit bbc0697

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

next.config.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ const withNextra = nextra({
55
})
66

77
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
8+
images: { unoptimized: true } // Required since GitHub Pages doesn't support Next.js Image Optimization
139
}
1410

1511
export default withNextra(nextConfig)

0 commit comments

Comments
 (0)