Skip to content

Commit

Permalink
Redirect all subpaths to index.html on GitHub Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
manud99 committed Aug 30, 2023
1 parent ca8bbef commit 2493251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"check": "vue-tsc && prettier --check .",
"prettier": "prettier --write ."
Expand Down

0 comments on commit 2493251

Please sign in to comment.