Skip to content

Commit

Permalink
chore: rename og image
Browse files Browse the repository at this point in the history
  • Loading branch information
13ruceYu committed Oct 25, 2024
1 parent 0587f8a commit a088e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ export default defineNuxtConfig({
{ property: 'og:title', content: appName },
{ property: 'og:description', content: appDescription },
{ property: 'og:type', content: 'website' },
{ property: 'og:image', content: 'https://marathon-routes.vercel.app/mr.png' },
{ property: 'og:image', content: 'https://marathon-routes.vercel.app/og.png' },
{ property: 'og:image:width', content: '2980' },
{ property: 'og:image:height', content: '1644' },
{ property: 'og:site_name', content: appName },
{ property: 'twitter:card', content: 'summary_large_image' },
{ property: 'twitter:title', content: appName },
{ property: 'twitter:description', content: appDescription },
{ property: 'twitter:image', content: 'https://marathon-routes.vercel.app/mr.png' },
{ property: 'twitter:image', content: 'https://marathon-routes.vercel.app/og.png' },
],
},
},
Expand Down
File renamed without changes

0 comments on commit a088e19

Please # to comment.