diff --git a/nuxt.config.js b/nuxt.config.js index 5e339c98..04744207 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -19,7 +19,10 @@ export default { meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { hid: 'description', name: 'description', content: '' }, + { hid: 'description', name: 'description', property: 'og:description', content: 'Oengus is a free tool to manage your speedrunning marathons from submissions to schedule, available as a hosted service.' }, + { hid: 'type', property: 'og:type', content: 'website' }, + { hid: 'image', property: 'og:image', content: `https://${process.env.DOMAIN ?? 'oengus.dev'}/oengus.svg` }, + { hid: 'image-type', property: 'og:imge:type', content: 'image/svg+xml' }, ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, diff --git a/static/oengus.svg b/static/oengus.svg new file mode 100644 index 00000000..cb2ffc8f --- /dev/null +++ b/static/oengus.svg @@ -0,0 +1 @@ +