mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-20 13:24:35 -05:00
Add well-known folder (#829)
This commit is contained in:
parent
44acee2ef4
commit
401763bbd4
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…
Reference in New Issue
Block a user