Skip to content

Commit

Permalink
feat: add og-image
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Jun 7, 2024
1 parent 2b30ef6 commit 66ce5fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export default defineNuxtConfig({
href: '/apple-touch-icon.png',
},
],
// OG Image
meta: [
{ property: 'og:image', content: '/og-image.png' },
{ name: 'twitter:image', content: '/og-image.png' },
],
},
},

Expand Down
Binary file added public/og-image.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 66ce5fc

Please sign in to comment.