Adding matrix well-known data

This commit is contained in:
Timothy Rogers 2025-05-02 22:07:41 -04:00
parent df8ef46cb1
commit b44587c6d3
3 changed files with 11 additions and 0 deletions

3
functions/_headers Normal file
View file

@ -0,0 +1,3 @@
/.well-known/matrix/*
Content-Type: application/json
Access-Control-Allow-Origin: *

View file

@ -0,0 +1,5 @@
{
"m.homeserver": {
"base_url": "https://matrix.hack13.me:8448"
}
}

View file

@ -0,0 +1,3 @@
{
"m.server": "matrix.hack13.me:8448"
}