From f0acf61023563e673bd395a303231c5d77b02c2c Mon Sep 17 00:00:00 2001 From: Lio Date: Wed, 19 Nov 2025 10:38:27 +0100 Subject: [PATCH] formatting --- src/layouts/base.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 4a9fd03..b687f79 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -18,8 +18,7 @@ const urls = { const isPost = post -const ogImageURL = new URL(post ? urls.postURL : urls.general, Astro.site) - .href +const ogImageURL = new URL(post ? urls.postURL : urls.general, Astro.site).href const permalink = new URL(Astro.url.pathname, Astro.site).href const config = lang === "de" ? de : en const title = post