Skip to content

Commit

Permalink
set og type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAndrewMacLean committed Sep 7, 2019
1 parent 9ee9747 commit b41a0ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ module.exports = {
name: 'og:title',
content: 'Thomas MacLean'
},
{
name: 'og:type',
content: 'website'
},
{
name: 'og:description',
content: pkg.description
Expand Down

0 comments on commit b41a0ea

Please sign in to comment.