Skip to content

Commit a9e0c2e

Browse files
committed
빌드 스크립트에 404.html 복사 추가
1 parent 448f16b commit a9e0c2e

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

package-lock.json

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",
8-
"build": "tsc -b && vite build",
8+
"build": "tsc -b && vite build && cp dist/index.html dist/404.html",
99
"lint": "eslint .",
1010
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css}\"",
1111
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css}\"",

0 commit comments

Comments
 (0)