website: add netlify config file

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-10 22:13:10 +02:00
parent e23df99a9e
commit 83f4830946
1 changed files with 5 additions and 0 deletions

5
website/netlify.toml Normal file
View File

@ -0,0 +1,5 @@
[[redirects]]
from = "/v2/*"
to = "https://registry.goauthentik.io/v2/:splat"
status = 200
force = true