From 83f48309465ca4e7c00163355060c64f52aeedd8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 10 Oct 2021 22:13:10 +0200 Subject: [PATCH] website: add netlify config file Signed-off-by: Jens Langhammer --- website/netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 website/netlify.toml diff --git a/website/netlify.toml b/website/netlify.toml new file mode 100644 index 000000000..6424c70a8 --- /dev/null +++ b/website/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/v2/*" + to = "https://registry.goauthentik.io/v2/:splat" + status = 200 + force = true