From 268cf01b77b69bb6bd1f72f7632fb5bdc9bfd766 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Fri, 2 May 2025 22:27:27 -0400 Subject: [PATCH] Hopefully fixing to allow json files to be read without ext --- functions/_redirects | 2 ++ public/.well-known/matrix/{client => client.json} | 0 public/.well-known/matrix/{server => server.json} | 0 3 files changed, 2 insertions(+) create mode 100644 functions/_redirects rename public/.well-known/matrix/{client => client.json} (100%) rename public/.well-known/matrix/{server => server.json} (100%) diff --git a/functions/_redirects b/functions/_redirects new file mode 100644 index 0000000..2e582ea --- /dev/null +++ b/functions/_redirects @@ -0,0 +1,2 @@ +/.well-known/matrix/client /.well-known/matrix/client.json 200 +/.well-known/matrix/server /.well-known/matrix/server.json 200 \ No newline at end of file diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client.json similarity index 100% rename from public/.well-known/matrix/client rename to public/.well-known/matrix/client.json diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server.json similarity index 100% rename from public/.well-known/matrix/server rename to public/.well-known/matrix/server.json