mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
add matrix well-known
This commit is contained in:
parent
f30d5921a2
commit
4f32d402af
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy('css')
|
||||
eleventyConfig.addPassthroughCopy('js')
|
||||
eleventyConfig.addPassthroughCopy('.well-known')
|
||||
return {
|
||||
passthroughFileCopy: true
|
||||
}
|
||||
|
|
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "synapse.lauka.net:8448"
|
||||
}
|
Loading…
Reference in a new issue