Skip to content

Commit

Permalink
Basic OpenGraph implementation
Browse files Browse the repository at this point in the history
This will likely fail, but we'll get valuable information

Related to Issue #25
  • Loading branch information
BobChao87 committed Jan 21, 2022
1 parent 87a8882 commit c9b4393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
1 change: 1 addition & 0 deletions static/oengus.svg
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 c9b4393

Please sign in to comment.