Skip to content

Commit 922839f

Browse files
committed
fixes
1 parent 5347ed6 commit 922839f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nextConfig = {
44
images: {
55
unoptimized: true,
66
},
7-
trailingSlash: false,
7+
trailingSlash: true,
88
};
99

1010
module.exports = nextConfig;

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"export": "next build",
9-
"build:export": "next build && next export",
8+
"build:export": "next build",
109
"export:gh": "rimraf out && cross-env GH_PAGES=true GH_REPO=ZimbakovPortfolio next build",
1110
"start": "next start",
1211
"deploy": "rimraf out && cross-env GH_PAGES=true GH_REPO=REPO_NAME next build && gh-pages -d out"

0 commit comments

Comments
 (0)