We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cf3b9 commit 6e67c88Copy full SHA for 6e67c88
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"packageManager": "pnpm@10.25.0",
7
"scripts": {
8
"dev": "vite",
9
- "build": "tsc -b && vite build",
+ "build": "tsc -b && vite build && cp ./dist/index.html ./dist/404.html",
10
"lint": "eslint .",
11
"preview": "vite preview"
12
},
0 commit comments