diff --git a/nuxt.config.ts b/nuxt.config.ts index a3d79a2..0610333 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -7,8 +7,12 @@ export default defineNuxtConfig({ { name: 'og:title', content: 'CBOR to JSON Online Converter' }, { name: 'description', content: 'Easily convert data between CBOR (Concise Binary Object Representation) and JSON (JavaScript Object Notation) formats with this online web decoder.' } ], + link: [ + { rel: 'preload', as: 'script', href: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5384552213891537', crossorigin: 'anonymous' }, + { rel: 'preload', as: 'script', href: 'https://www.googletagmanager.com/gtag/js?id=G-PG6KXFFZPF' }, + ], script: [ - { src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5384552213891537', async: true, crossorigin: 'anonymous' }, + { src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5384552213891537', async: true, crossorigin: 'anonymous', body: true }, ], }, },