formatting
This commit is contained in:
parent
aaeb92da9f
commit
f0acf61023
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ const urls = {
|
||||||
|
|
||||||
const isPost = post
|
const isPost = post
|
||||||
|
|
||||||
const ogImageURL = new URL(post ? urls.postURL : urls.general, Astro.site)
|
const ogImageURL = new URL(post ? urls.postURL : urls.general, Astro.site).href
|
||||||
.href
|
|
||||||
const permalink = new URL(Astro.url.pathname, Astro.site).href
|
const permalink = new URL(Astro.url.pathname, Astro.site).href
|
||||||
const config = lang === "de" ? de : en
|
const config = lang === "de" ? de : en
|
||||||
const title = post
|
const title = post
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue