Skip to content

Commit

Permalink
fix: adjust meta information to resemble crab more
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Sep 23, 2024
1 parent 4e2c759 commit 247a4da
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,13 @@ export default defineNuxtConfig({
meta: [
{ name: 'apple-mobile-web-app-status-bar-style', content: 'default' },
// open graph social image
{ property: 'og:title', content: 'Elk' },
{ property: 'og:title', content: 'crab' },
{ property: 'og:description', content: 'A nimble Mastodon web client' },
{ property: 'og:type', content: 'website' },
{ property: 'og:image', content: 'https://elk.zone/elk-og.png' },
{ property: 'og:image:width', content: '3800' },
{ property: 'og:image:height', content: '1900' },
{ property: 'og:site_name', content: 'Elk' },
{ name: 'twitter:site', content: '@elk_zone' },
{ property: 'og:image', content: 'https://raw.githubusercontent.com/maybeanerd/crab/main/public/crab-original.png' },
{ property: 'og:image:width', content: '552' },
{ property: 'og:image:height', content: '452' },
{ property: 'og:site_name', content: 'crab' },
{ name: 'twitter:card', content: 'summary_large_image' },
],
},
Expand Down

0 comments on commit 247a4da

Please sign in to comment.