Skip to content

Commit 9440b6b

Browse files
committed
chore: add monitoring meta header (IAMUP)
1 parent 1b09aa9 commit 9440b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineNuxtConfig({
2020
app: {
2121
head: {
2222
link: [{ rel: "icon", href: "/images/snippets-icon.svg" }],
23+
meta: [{ name: "itemprop", content: "**[[!!IAMUP!!]]**" }],
2324
// the rest SEO metas in app/app.vue
2425
},
2526
},

0 commit comments

Comments
 (0)