Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(meta): update og:url to use mozilla.social instead of elk.zone
Browse files Browse the repository at this point in the history
wtfluckey committed Nov 15, 2023
1 parent e36b3b1 commit 4321e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -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}` },
],
})
}

0 comments on commit 4321e6d

Please sign in to comment.