formatting

This commit is contained in:
Lio 2025-11-19 10:38:27 +01:00
parent aaeb92da9f
commit f0acf61023

View file

@ -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