From f10980e70220ac8bba82d3dd44f07c65ef479488 Mon Sep 17 00:00:00 2001 From: sisungo Date: Fri, 29 May 2026 11:02:38 +0800 Subject: [PATCH] update redirects Signed-off-by: sisungo --- static/.well-known/matrix/client | 5 ----- static/.well-known/matrix/server | 1 - static/_headers | 2 ++ static/_redirects | 1 + 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 static/.well-known/matrix/client delete mode 100644 static/.well-known/matrix/server create mode 100644 static/_headers create mode 100644 static/_redirects diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client deleted file mode 100644 index 4a13376..0000000 --- a/static/.well-known/matrix/client +++ /dev/null @@ -1,5 +0,0 @@ -{ - "m.homeserver": { - "base_url": "https://matrix.semilabs.org/" - } -} diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server deleted file mode 100644 index 9f511fe..0000000 --- a/static/.well-known/matrix/server +++ /dev/null @@ -1 +0,0 @@ -{ "m.server": "matrix.semilabs.org:443" } diff --git a/static/_headers b/static/_headers new file mode 100644 index 0000000..1169232 --- /dev/null +++ b/static/_headers @@ -0,0 +1,2 @@ +/.well-known/* + Access-Control-Allow-Origin: * diff --git a/static/_redirects b/static/_redirects new file mode 100644 index 0000000..c890ae8 --- /dev/null +++ b/static/_redirects @@ -0,0 +1 @@ +/.well-known/matrix/* https://matrix.semilabs.org/.well-known/matrix/:splat