From 3d5a8bd31b34f2e4af06e8c742aa623cb43c2565 Mon Sep 17 00:00:00 2001 From: jyte Date: Thu, 27 Feb 2025 16:41:56 +0100 Subject: [PATCH] debug header --- frontend/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/netlify.toml b/frontend/netlify.toml index 35bc1ba90..009c64c80 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -7,11 +7,13 @@ to = "https://try.vikunja.io/api/:splat" status = 200 force = true + headers = {X-Debug-Redirect = "api-rule"} [[redirects]] from = "/*" to = "/index.html" status = 200 + headers = {X-Debug-Redirect = "all-to-index"} [[headers]] for = "/*"