site google verify
This commit is contained in:
parent
258f943c4c
commit
5ba26358df
@ -10,6 +10,12 @@ const isLocalhost = window.location.hostname === 'localhost'
|
|||||||
// Umami nur aktivieren, wenn NICHT localhost
|
// Umami nur aktivieren, wenn NICHT localhost
|
||||||
if (import.meta.client && !isLocalhost) {
|
if (import.meta.client && !isLocalhost) {
|
||||||
useHead({
|
useHead({
|
||||||
|
meta: [
|
||||||
|
{
|
||||||
|
name: 'google-site-verification',
|
||||||
|
content: 'wJJ_1ptqt3xz0TsEpWpDczyV4rY5mAh9_np9TFbVcL8'
|
||||||
|
}
|
||||||
|
],
|
||||||
script: [
|
script: [
|
||||||
{
|
{
|
||||||
src: 'https://umami.digimedialoop.de/script.js',
|
src: 'https://umami.digimedialoop.de/script.js',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user