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