We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cadc49 commit f1e0338Copy full SHA for f1e0338
frontend/package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"dev": "cross-env NODE_ENV=development node server.js",
7
"build": "next build && next export",
8
+ "build:hybrid": "next build",
9
"start": "next start",
10
"lint": "eslint .",
11
"lint-fix": "eslint . --fix",
next.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ trailingSlash: true,
3
+}
0 commit comments