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

fix(rename): replace Elk with Mozilla.social - MOSOWEB-98 #85

Merged
merged 5 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(meta): update og:url to use mozilla.social instead of elk.zone
wtfluckey committed Nov 15, 2023
commit 4321e6d96b6b5d4ab441b571078f98e656d665db
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}` },
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this makes sharing links better

],
})
}