diff --git a/app.vue b/app.vue index 3ce0a9516e..468758e29f 100644 --- a/app.vue +++ b/app.vue @@ -7,7 +7,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://mozilla.social${route.path}` }, ], }) }