site google verify

This commit is contained in:
Sabrina Hennrich 2025-06-07 15:02:43 +02:00
parent 258f943c4c
commit 5ba26358df

View File

@ -10,6 +10,12 @@ const isLocalhost = window.location.hostname === 'localhost'
// Umami nur aktivieren, wenn NICHT localhost
if (import.meta.client && !isLocalhost) {
useHead({
meta: [
{
name: 'google-site-verification',
content: 'wJJ_1ptqt3xz0TsEpWpDczyV4rY5mAh9_np9TFbVcL8'
}
],
script: [
{
src: 'https://umami.digimedialoop.de/script.js',