Skip to content

Commit 410bc45

Browse files
phernandezclaude
andcommitted
add Bing Webmaster Tools site verification meta tag
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d70b2cc commit 410bc45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ export default defineNuxtConfig({
33
compatibilityDate: '2025-07-15',
44
app: {
55
head: {
6+
meta: [
7+
{
8+
name: 'msvalidate.01',
9+
content: '68D1B3FDD385F6EE2A92C3711AA66E4A',
10+
},
11+
],
612
script: [
713
{
814
src: 'https://cloud.umami.is/script.js',

0 commit comments

Comments
 (0)