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