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