From 38389c34efd2c6e9e00049306b4d884a23098d57 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Fri, 3 Apr 2026 19:22:47 -0600 Subject: [PATCH] feat: add Matrix homeserver discovery configuration --- public/.well-known/matrix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/.well-known/matrix diff --git a/public/.well-known/matrix b/public/.well-known/matrix new file mode 100644 index 0000000..73cbc45 --- /dev/null +++ b/public/.well-known/matrix @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.srjuggernaut.dev" + } +} \ No newline at end of file