From 0a37c217bedcd09079655c295d83ea4418bfed12 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 24 Apr 2023 09:37:37 +0200 Subject: [PATCH] add matrix --- src/routes/.well-known/matrix/client/+page.json | 1 + src/routes/.well-known/matrix/server/+page.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/routes/.well-known/matrix/client/+page.json create mode 100644 src/routes/.well-known/matrix/server/+page.json diff --git a/src/routes/.well-known/matrix/client/+page.json b/src/routes/.well-known/matrix/client/+page.json new file mode 100644 index 0000000..ec02fea --- /dev/null +++ b/src/routes/.well-known/matrix/client/+page.json @@ -0,0 +1 @@ +{"m.homeserver": {"base_url": "https://matrix.danbulant.cloud"}} \ No newline at end of file diff --git a/src/routes/.well-known/matrix/server/+page.json b/src/routes/.well-known/matrix/server/+page.json new file mode 100644 index 0000000..ec3cec8 --- /dev/null +++ b/src/routes/.well-known/matrix/server/+page.json @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.danbulant.cloud" +} \ No newline at end of file