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: change webfinger config
hayden.moe
4 months ago
5d4cb587
686e341d
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
.well-known
webfinger.ts
+1
-1
src/pages/.well-known/webfinger.ts
···
17
17
links: [
18
18
{
19
19
rel: "http://openid.net/specs/connect/1.0/issuer",
20
20
-
href: "https://sso.hayden.moe/application/o/tailscale/"
20
20
+
href: "https://id.hayden.moe/realms/haydenmoe/"
21
21
}
22
22
]
23
23
});