Add .well-known folder for Matrix #829

Merged
jonah merged 1 commits from well-known into master 2019-04-03 21:55:18 +00:00
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"m.homeserver": {
"base_url": "https://chat.privacytools.io"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
}

View File

@ -6,4 +6,5 @@ sass:
plugins:
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"
file: "/sitemap.xml"
include: [".well-known"]