chore: put 404 file into right folder

This commit is contained in:
NostrDev 2024-11-07 12:25:58 +03:00
parent 31fd4ddfb5
commit d86c875fa0
2 changed files with 1 additions and 1 deletions

View File

@ -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"
},