File tree Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ const nextConfig = {
99 hostname : '**' , // Adjust this for production
1010 } ,
1111 ] ,
12- unoptimized : true , // Required for static export with GitHub Pages
1312 } ,
14- output : 'export' , // Changed from 'standalone' to 'export' for static site generation
15-
16- // Base path for GitHub Pages
17- basePath : '' ,
18- assetPrefix : process . env . NODE_ENV === 'production' ? 'https://golangmastery.github.io' : '' ,
13+ output : 'standalone' ,
1914
2015 // Disable typescript checking temporarily
2116 typescript : {
@@ -31,9 +26,6 @@ const nextConfig = {
3126 config . resolve . fallback = { fs : false } ;
3227 return config ;
3328 } ,
34-
35- // Configure trailing slash for better compatibility with GitHub Pages
36- trailingSlash : true ,
3729} ;
3830
3931module . exports = nextConfig ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments