| 12345678910111213141516 |
- // https://nuxt.com/docs/api/configuration/nuxt-config
- export default defineNuxtConfig({
- compatibilityDate: '2025-05-15',
- devtools: { enabled: true },
- app: {
- head: {
- script: [
- {
- src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9165036986914822',
- async: true,
- crossorigin: 'anonymous'
- }
- ]
- }
- }
- })
|