diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 6eff636..3ea6d6c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -19,7 +19,8 @@ "Bash(find:*)", "Bash(rm:*)", "Bash(grep:*)", - "Bash(ls:*)" + "Bash(ls:*)", + "Bash(cp:*)" ], "deny": [] } diff --git a/package.json b/package.json index aa85083..cc6e98b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build && cp dist/index.html dist/404.html", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, diff --git a/public/404.html b/public/404.html index e1e818a..5f452af 100644 --- a/public/404.html +++ b/public/404.html @@ -1,12 +1,21 @@ - -
-