diff --git a/nuxt.config.js b/nuxt.config.js index f57091a..bc2ed12 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -18,13 +18,18 @@ export default { }, { name: 'format-detection', content: 'telephone=no' }, { property: 'og:title', content: 'Faetale - Once Upon a Time' }, + { + property: 'og:description', + content: + "Queer tabletop roleplaying gaming content for GM's, players, and curious nerds!", + }, { property: 'og:type', content: 'website' }, { property: 'og:url', content: 'https://faetale.com/' }, - { property: 'og:image', content: '/preview.jpg' }, + { property: 'og:image', content: 'https://faetale.com/preview.jpg' }, { property: 'og:image:width', content: '1280' }, { property: 'og:image:height', content: '640' }, { property: 'twitter:card', content: 'summary_large_image' }, - { property: 'twitter:image', content: '/preview.jpg' }, + { property: 'twitter:image', content: 'https://faetale.com/preview.jpg' }, { property: 'twitter:site', content: '@FaetaleTTRPG' }, { property: 'theme-color', content: '#ffffff' }, { property: 'msapplication-TileColor', content: '#ffffff' },