chore: test open graph on edge

This commit is contained in:
Daniel Roe 2023-01-11 22:51:23 +00:00
parent 3a66944080
commit 3add7a5f40
2 changed files with 3 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://elk.zone${route.path}` },
{ property: 'og:url', content: `https://main.elk.zone${route.path}` },
],
})
}