Skip to content

Commit e5ff277

Browse files
committed
Add fb meta
1 parent 2ebe708 commit e5ff277

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuxt.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ module.exports = {
2222
meta: [
2323
{ charset: 'utf-8' },
2424
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
25-
{ hid: 'description', name: 'description', content: pkg.description }
25+
{ hid: 'description', name: 'description', content: pkg.description },
26+
{ hid: 'og:title', property: 'og:title', content: 'COVID-19 Tracker' },
27+
{ hid: 'og:description', property: 'og:description', content: pkg.description },
28+
{ hid: 'og:image', property: 'og:image', content: 'https://covid-worldwide.herokuapp.com/icon.png' },
29+
{ hid: 'og:url', property: 'og:url', content: 'https://covid-worldwide.herokuapp.com' }
2630
],
2731
link: [
2832
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap' },

0 commit comments

Comments
 (0)