diff options
Diffstat (limited to 'app/layout.tsx')
-rw-r--r-- | app/layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout.tsx b/app/layout.tsx index bdcddda..816a50c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,6 +31,7 @@ export default function SiteLayout({ children }: { children: ReactNode }) { <html> <head> <title>tempest.dev</title> + <link rel="me" href="https://social.treehouse.systems/@tempest"/> </head> <body> <Header headerImage={headerImage} /> |