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
fix: add matrix server well-known
hayden.moe
1 month ago
ef0c55b1
dd831c86
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
30s
+5
1 changed file
expand all
collapse all
unified
split
src
pages
.well-known
matrix
server.ts
+5
src/pages/.well-known/matrix/server.ts
···
1
1
+
export const GET = () => {
2
2
+
return Response.json({
3
3
+
"m.server": "matrix.hayden.moe:443"
4
4
+
});
5
5
+
}