chore: remove Google AdSense script from docs

This commit is contained in:
程序员阿江(Relakkes) 2026-04-07 14:18:15 +08:00
parent f4dce4985d
commit 352b547bff

View File

@ -159,7 +159,6 @@ export default defineConfig({
head: [
['script', { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-D42DM82263' }],
['script', {}, `window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-D42DM82263');`],
['script', { async: '', src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5210914487984731', crossorigin: 'anonymous' }],
],
locales: {