diff --git a/netlify.toml b/netlify.toml index c9a098b..e066ff1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,12 +2,6 @@ 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" diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index f7a74b6..0d05d9b 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1,8 +1,5 @@ { "m.homeserver": { - "base_url": "https://m.aroy-art.com" - }, - "m.identity_server": { - "base_url": "https://vector.im" + "base_url": "https://aroy-art.com" } }