diff options
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 016f39f..703b6d3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -22,6 +22,11 @@ export default { { name: 'google-site-verification', content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY' + }, + { + hid: 'og:image', + name: 'og:image', + content: '/assets/og/default.png' } ], link: [ |