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 = {
9
9
hostname : '**' , // Adjust this for production
10
10
} ,
11
11
] ,
12
- unoptimized : true , // Required for static export with GitHub Pages
13
12
} ,
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' ,
19
14
20
15
// Disable typescript checking temporarily
21
16
typescript : {
@@ -31,9 +26,6 @@ const nextConfig = {
31
26
config . resolve . fallback = { fs : false } ;
32
27
return config ;
33
28
} ,
34
-
35
- // Configure trailing slash for better compatibility with GitHub Pages
36
- trailingSlash : true ,
37
29
} ;
38
30
39
31
module . exports = nextConfig ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments