Skip to content

Commit f1e0338

Browse files
committed
fix refresh issue
1 parent 6cadc49 commit f1e0338

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"dev": "cross-env NODE_ENV=development node server.js",
77
"build": "next build && next export",
8+
"build:hybrid": "next build",
89
"start": "next start",
910
"lint": "eslint .",
1011
"lint-fix": "eslint . --fix",

next.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
trailingSlash: true,
3+
}

0 commit comments

Comments
 (0)