fix: use open graph images on elk.zone
This commit is contained in:
parent
cd490fffec
commit
dcec32338c
2 changed files with 2 additions and 2 deletions
2
app.vue
2
app.vue
|
@ -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}` },
|
||||
],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue