diff --git a/package.json b/package.json index a3973cb..a82e1df 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "tsc -b && vite build && mv dist/assets/404.html dist", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, diff --git a/public/404.html b/public/assets/404.html similarity index 100% rename from public/404.html rename to public/assets/404.html