From e66505c75869f1243a072c4caae2da2f693f0a04 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 5 Oct 2024 23:50:03 +0200 Subject: [PATCH 1/2] Add: matrix well-known entry --- static/.well-known/matrix/server | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/.well-known/matrix/server diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server new file mode 100644 index 0000000..9363057 --- /dev/null +++ b/static/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "m.aroy-art.com:443" +} \ No newline at end of file From 7d6775026ba0de0c1a36279d797a1f9f8ef5a1fa Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:01:05 +0200 Subject: [PATCH 2/2] Fix: typo in hugo version number --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 1a7d01d..e066ff1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,4 +17,4 @@ command = "hugo" [context.branch-deploy.environment] - HUGO_VERSION = "v0.12.0" + HUGO_VERSION = "v0.129.0"