We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5347ed6 commit 922839fCopy full SHA for 922839f
next.config.js
@@ -4,7 +4,7 @@ const nextConfig = {
4
images: {
5
unoptimized: true,
6
},
7
- trailingSlash: false,
+ trailingSlash: true,
8
};
9
10
module.exports = nextConfig;
package.json
@@ -5,8 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
- "export": "next build",
- "build:export": "next build && next export",
+ "build:export": "next build",
"export:gh": "rimraf out && cross-env GH_PAGES=true GH_REPO=ZimbakovPortfolio next build",
11
"start": "next start",
12
"deploy": "rimraf out && cross-env GH_PAGES=true GH_REPO=REPO_NAME next build && gh-pages -d out"
0 commit comments