mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-24 14:20:33 -04:00
Add well-known folder (#829)
This commit is contained in:
parent
44acee2ef4
commit
401763bbd4
2 changed files with 10 additions and 1 deletions
8
.well-known/matrix/client
Normal file
8
.well-known/matrix/client
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://chat.privacytools.io"
|
||||||
|
},
|
||||||
|
"m.identity_server": {
|
||||||
|
"base_url": "https://vector.im"
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,4 +6,5 @@ sass:
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
sitemap:
|
sitemap:
|
||||||
file: "/sitemap.xml"
|
file: "/sitemap.xml"
|
||||||
|
include: [".well-known"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue