Compare commits

..

4 commits

Author SHA1 Message Date
faf79d37ad
Fix: CORS on /.well-known/matrix/client 2024-10-06 01:12:44 +02:00
19a3be7dfa
Fix?? client matrix well-known 2024-10-06 01:05:42 +02:00
780633ccf5
Fix?? client matrix homeserver url 2024-10-06 01:00:43 +02:00
2eb522b7a6
Revert "Fix? client matrix homeserver url"
This reverts commit 653fed6001.
2024-10-06 00:51:20 +02:00
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,12 @@
publish = "public"
command = "hugo --minify"
[[headers]]
# Define which paths this specific [[headers]] block will cover.
for = "/.well-known/matrix/client"
[headers.values]
Access-Control-Allow-Origin = "*"
[context.production.environment]
HUGO_VERSION = "v0.129.0"
HUGO_ENV = "production"

View file

@ -1,5 +1,8 @@
{
"m.homeserver": {
"base_url": "https://aroy-art.com"
"base_url": "https://m.aroy-art.com"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
}