File tree Expand file tree Collapse file tree 4 files changed +4
-39
lines changed Expand file tree Collapse file tree 4 files changed +4
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ const nextConfig = {
10
10
} ,
11
11
] ,
12
12
} ,
13
- output : 'export' ,
14
- basePath : '/golangmastery.github.io' ,
15
- assetPrefix : '/golangmastery.github.io/' ,
13
+ output : 'standalone' ,
14
+ // Helps with consistent routing
16
15
trailingSlash : true ,
17
16
18
17
// Disable typescript checking temporarily
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"dev" : " next dev" ,
8
8
"build" : " next build" ,
9
- "export" : " next build && next export" ,
9
+ "export" : " next export" ,
10
10
"start" : " next start" ,
11
11
"lint" : " next lint" ,
12
12
"analyze" : " cross-env ANALYZE=true next build" ,
13
- "analyze-bundle" : " node analyze-bundle.js" ,
14
- "deploy" : " npm run build && touch out/.nojekyll && git add out/ && git commit -m \" Deploy to GitHub Pages\" && git subtree push --prefix out origin gh-pages"
13
+ "analyze-bundle" : " node analyze-bundle.js"
15
14
},
16
15
"repository" : {
17
16
"type" : " git" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments