diff --git a/frontend/netlify.toml b/frontend/netlify.toml index f52172e57..35bc1ba90 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -3,8 +3,10 @@ publish = "dist-preview" [[redirects]] - from = "/api" - to = "https://try.vikunja.io/api" + from = "/api/*" + to = "https://try.vikunja.io/api/:splat" + status = 200 + force = true [[redirects]] from = "/*"