Skip to content

Commit ae456d7

Browse files
committed
Revert "add"
This reverts commit 2cbf18e.
1 parent 2cbf18e commit ae456d7

File tree

4 files changed

+4
-39
lines changed

4 files changed

+4
-39
lines changed

.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

next.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
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",

pages/404.tsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)