feat: add google ads
This commit is contained in:
parent
75a0107dda
commit
1956217fe7
@ -17,6 +17,14 @@ export default defineConfig({
|
||||
{},
|
||||
"window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-FDME8GJGTW');"
|
||||
],
|
||||
[
|
||||
'script',
|
||||
{
|
||||
async: '',
|
||||
crossorigin: 'anonymous',
|
||||
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3632738952115558'
|
||||
},
|
||||
],
|
||||
['link', { rel: 'icon', type: 'image/png', sizes: '193x193', href: '/logo.png' }],
|
||||
],
|
||||
locales: {
|
||||
@ -134,7 +142,10 @@ export default defineConfig({
|
||||
reportMissingResultsText: '你认为该查询应该有结果?',
|
||||
reportMissingResultsLinkText: '点击反馈'
|
||||
}
|
||||
}}}}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user