diff --git a/themes/pioneer/static/.well-known/matrix/client b/themes/pioneer/static/.well-known/matrix/client new file mode 100644 index 0000000..2ffac16 --- /dev/null +++ b/themes/pioneer/static/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://chat.pioneerspacesim.net" + } +} \ No newline at end of file diff --git a/themes/pioneer/static/.well-known/matrix/server b/themes/pioneer/static/.well-known/matrix/server new file mode 100644 index 0000000..7fa1d12 --- /dev/null +++ b/themes/pioneer/static/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "chat.pioneerspacesim.net:443" +} \ No newline at end of file