diff --git a/nuxt.config.ts b/nuxt.config.ts index b1f27d9..5edbd71 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -40,20 +40,7 @@ export default defineNuxtConfig({ }, { nonce: 'QHzY_FUE44g8R4HbPxq60A', - textContent: ` - ;(function () { - function signalGooglefcPresent() { - if (!window.frames['googlefcPresent']) { - if (document.body) { - const iframe = document.createElement('iframe') - iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;' - iframe.style.display = 'none' - iframe.name = 'googlefcPresent' - document.body.appendChild(iframe) - } else { - setTimeout(signalGooglefcPresent, 0) - } - }}signalGooglefcPresent()})()`, + textContent: `;(function () {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe');iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;';iframe.style.display = 'none';iframe.name = 'googlefcPresent';document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})()`, }, ], noscript: [