From 43ffc26494569f086a7801cb2a7c3ab6f94cc866 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Mon, 27 Nov 2023 18:14:45 +0100 Subject: [PATCH] fix site-verification tag --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6002273..aaa08d8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -32,7 +32,7 @@ export default defineNuxtConfig({ { property: 'og:image', content: siteImage.url, hid: 'og:image' }, { property: 'theme-color', content: '#FFFFFF' }, // google search console - { property: 'google-site-verification', content: '5dE39ihRPtzuModjqcgOzLcwneqgXbWz6_kokjM9jrc' }, + { name: 'google-site-verification', content: '5dE39ihRPtzuModjqcgOzLcwneqgXbWz6_kokjM9jrc' }, ], }, },