From 4336c322d2a4fb3ab92327c8143364ade49c16c9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:39:59 +0200 Subject: [PATCH] Test pushState for netlify Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 5581a19..9835798 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,3 +2,8 @@ base = "front" publish = "dist" command = "bun run build" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200