test new netlify config

This commit is contained in:
jyte 2025-02-27 16:17:00 +01:00 committed by Marc
parent 5f8f640588
commit bdf5143165
1 changed files with 4 additions and 2 deletions

View File

@ -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 = "/*"