From e07995fd9161db5845af4b546b5e205dc2bd19bb Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 14 Oct 2019 21:15:47 +0200 Subject: Rename to property --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index a5d5c36..a8c3e46 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -23,7 +23,7 @@ export default { name: 'google-site-verification', content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY' }, - { name: 'fb:pages', content: '496021544115239' } + { property: 'fb:pages', content: '496021544115239' } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, -- cgit 1.4.1