Skip to content

Commit d8b0df7

Browse files
committed
Added SPA fallback
1 parent 45fe902 commit d8b0df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
9+
"postbuild": "cp dist/index.html dist/404.html",
910
"preview": "vite preview",
1011
"antlr4ts": "antlr4ts src/converters/grammar/MScGrammar.g4 -o src/converters/grammar/generated/"
1112
},

0 commit comments

Comments
 (0)