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 = {
1010 } ,
1111 ] ,
1212 } ,
13- output : 'export' ,
14- basePath : '/golangmastery.github.io' ,
15- assetPrefix : '/golangmastery.github.io/' ,
13+ output : 'standalone' ,
14+ // Helps with consistent routing
1615 trailingSlash : true ,
1716
1817 // Disable typescript checking temporarily
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "dev" : " next dev" ,
88 "build" : " next build" ,
9- "export" : " next build && next export" ,
9+ "export" : " next export" ,
1010 "start" : " next start" ,
1111 "lint" : " next lint" ,
1212 "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"
1514 },
1615 "repository" : {
1716 "type" : " git" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments