test new netlify config
This commit is contained in:
parent
5f8f640588
commit
bdf5143165
|
|
@ -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 = "/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue