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