🐛 Adds well-known static files
This commit is contained in:
parent
2118f0cf44
commit
5a87798cc0
@ -8,4 +8,4 @@ RUN bun run build
|
||||
RUN bun install --global serve
|
||||
|
||||
EXPOSE 3000
|
||||
CMD serve dist
|
||||
CMD ["serve", "dist"]
|
||||
|
5
public/.well-known/matrix/client
Normal file
5
public/.well-known/matrix/client
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.svitan.dev"
|
||||
}
|
||||
}
|
3
public/.well-known/matrix/server
Normal file
3
public/.well-known/matrix/server
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "matrix.svitan.dev:443"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user