Skip to content

Commit 29dd69d

Browse files
committed
Add Mastodon to footer, redirect
1 parent 4ba75c7 commit 29dd69d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Navigation/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Footer() {
3434
</ul>
3535
<ul className="contact">
3636
<li>👋</li>
37-
<li><a href="https://twitter.com/hal_lee">Twitter</a></li>
37+
<li><a href="https://federated.hal.codes/@hal" rel="me">Mastodon</a></li>
3838
<li><a href="https://github.com/hallee">GitHub</a></li>
3939
</ul>
4040
</StyledFooter>

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.well-known/host-meta* https://federated.hal.codes/.well-known/host-meta:splat 301
22
/.well-known/webfinger* https://federated.hal.codes/.well-known/webfinger:splat 301
33
/.well-known/nodeinfo* https://federated.hal.codes/.well-known/nodeinfo:splat 301
4+
/@hal* https://federated.hal.codes/@hal 301

0 commit comments

Comments
 (0)