diff options
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index fedf362..b2ce49d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -12,6 +12,10 @@ export default { hid: 'description', name: 'description', content: process.env.npm_package_description || '' + }, + { + name: 'google-site-verification', + content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY' } ], link: [ |