From bdf5143165534b59bda4bd9110bbc81127ef75d2 Mon Sep 17 00:00:00 2001 From: jyte Date: Thu, 27 Feb 2025 16:17:00 +0100 Subject: [PATCH] test new netlify config --- frontend/netlify.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = "/*"