My landing page, written in Astro hayden.moe

feat: matrix client well-known

hayden.moe dd831c86 3ec0b776

verified
+7
+7
src/pages/.well-known/matrix/client.ts
··· 1 + export const GET = () => { 2 + return Response.json({ 3 + "m.homeserver": { 4 + base_url: "https://matrix.hayden.moe" 5 + } 6 + }); 7 + }