Skip to content

Commit

Permalink
feat: (seo) update seo setup in app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
wladiveras committed Nov 17, 2024
1 parent 2f65b3e commit afadff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
useSeoMeta({
titleTemplate: 'Wladi Veras • %s',
ogImage: 'https://saas-template.nuxt.dev/social-card.png',
twitterImage: 'https://saas-template.nuxt.dev/social-card.png',
ogImage: '/images/seo.png',
twitterImage: '/images/seo.png',
twitterCard: 'summary_large_image'
})
</script>
Expand Down
Binary file added public/images/seo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afadff4

Please sign in to comment.