~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

chore(well-known): update .well-known/matrix to point into new endpoints

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

Changed files
+2 -2
markdown
.well-known
matrix
+1 -1
markdown/.well-known/matrix/client
···
{
"m.homeserver": {
-
"base_url": "https://matrix.andreijiroh.xyz"
+
"base_url": "https://matrix.andreijiroh.dev"
}
}
+1 -1
markdown/.well-known/matrix/server
···
{
-
"m.server": "matrix.andreijiroh.xyz:443"
+
"m.server": "matrix.andreijiroh.dev:443"
}