diff options
| author | Joe Carstairs <me@joeac.net> | 2025-02-16 17:02:34 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-02-16 17:02:34 +0000 |
| commit | a54096a733e1b49d37c59bd20f958946463d3527 (patch) | |
| tree | 43b07ec919cc4cd22a2141765ba7b04d317d41e6 /website/src | |
| parent | b4066f954f8c367220492099173bb04e84f27ab6 (diff) | |
temp localtunnel micropub url
Diffstat (limited to 'website/src')
| -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" /> |
