Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
lavi27 committed Jan 20, 2024
1 parent 696a0fc commit fbf0196
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit fbf0196

Please sign in to comment.