My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: matrix client well-known

+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 + }