tangled
alpha
login
or
join now
hayden.moe
/
www
0
fork
atom
My landing page, written in Astro
hayden.moe
0
fork
atom
overview
issues
pulls
pipelines
feat: matrix client well-known
hayden.moe
1 month ago
dd831c86
3ec0b776
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
1/1
build-push.yaml
success
6w ago
+7
1 changed file
expand all
collapse all
unified
split
src
pages
.well-known
matrix
client.ts
+7
src/pages/.well-known/matrix/client.ts
···
1
1
+
export const GET = () => {
2
2
+
return Response.json({
3
3
+
"m.homeserver": {
4
4
+
base_url: "https://matrix.hayden.moe"
5
5
+
}
6
6
+
});
7
7
+
}