Skip to content

Commit

Permalink
feat: update og image
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 15, 2024
1 parent cd1111d commit 0332a63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ useSeoMeta({
twitterImageAlt: 'zkSync — Accelerating the mass adoption of crypto for personal sovereignty.',
});
defineOgImage({ component: 'OgImageCommunityCode' });
defineOgImage({
component: 'OgImageZK',
});
provide('navigation', navigation);
</script>
Expand Down

0 comments on commit 0332a63

Please sign in to comment.