fix: use open graph images on elk.zone

This commit is contained in:
Daniel Roe 2023-01-12 15:02:58 +00:00
parent cd490fffec
commit dcec32338c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ const route = useRoute()
if (process.server && !route.path.startsWith('/settings')) {
useHead({
meta: [
{ property: 'og:url', content: `https://main.elk.zone${route.path}` },
{ property: 'og:url', content: `https://elk.zone${route.path}` },
],
})
}