From 5f8f64058879da1621cc3632756fcbd1488400bc Mon Sep 17 00:00:00 2001 From: jyte Date: Tue, 25 Feb 2025 17:40:11 +0100 Subject: [PATCH] use demo backend by default --- frontend/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/netlify.toml b/frontend/netlify.toml index 6b9afafc3..f52172e57 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -4,7 +4,7 @@ [[redirects]] from = "/api" - to = "/api" + to = "https://try.vikunja.io/api" [[redirects]] from = "/*"