add matrix well-known

This commit is contained in:
Adora Laura Kalb 2023-03-30 07:53:20 +02:00
parent f30d5921a2
commit 4f32d402af
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
module.exports = function(eleventyConfig) { module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('css') eleventyConfig.addPassthroughCopy('css')
eleventyConfig.addPassthroughCopy('js') eleventyConfig.addPassthroughCopy('js')
eleventyConfig.addPassthroughCopy('.well-known')
return { return {
passthroughFileCopy: true passthroughFileCopy: true
} }

View file

@ -0,0 +1,3 @@
{
"m.server": "synapse.lauka.net:8448"
}