Skip to content

Commit

Permalink
URL直叩きで404になる事象の解消
Browse files Browse the repository at this point in the history
  • Loading branch information
denkiuo604 committed Nov 27, 2023
1 parent ca27f30 commit d65b614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"postbuild": "cp dist/index.html dist/404.html",
"build": "tsc && vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit d65b614

Please sign in to comment.