Test pushState for netlify

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-24 17:39:59 +02:00
parent 95069a64d9
commit 4336c322d2

View File

@@ -2,3 +2,8 @@
base = "front"
publish = "dist"
command = "bun run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200