diff options
Diffstat (limited to 'website/src/components')
| -rw-r--r-- | website/src/components/BaseHead.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro index 572ddfc..d0b6943 100644 --- a/website/src/components/BaseHead.astro +++ b/website/src/components/BaseHead.astro @@ -13,7 +13,7 @@ const { title, description, image = '/images/headshot.jpg' } = Astro.props; <!-- IndieWeb --> <link rel="authorization_endpoint" href="https://indieauth.com/auth"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> -<link rel="micropub" href="https://localhost:3000/"> +<link rel="micropub" href="https://tasty-windows-lick.loca.lt"> <!-- Stylesheets --> <link rel="stylesheet" href="/css/reset.css" /> |
