➕ Google AdSense
This commit is contained in:
parent
d544eeccb6
commit
c6ccdd83a8
@ -159,6 +159,12 @@ export default defineNuxtConfig({
|
|||||||
"nuxt-schema-org",
|
"nuxt-schema-org",
|
||||||
"@vueuse/motion/nuxt",
|
"@vueuse/motion/nuxt",
|
||||||
"nuxt-umami",
|
"nuxt-umami",
|
||||||
|
[
|
||||||
|
"@nuxtjs/google-adsense",
|
||||||
|
{
|
||||||
|
id: "ca-pub-9386575057902635",
|
||||||
|
},
|
||||||
|
],
|
||||||
(_options, nuxt) => {
|
(_options, nuxt) => {
|
||||||
nuxt.hooks.hook("vite:extendConfig", (config) => {
|
nuxt.hooks.hook("vite:extendConfig", (config) => {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
"@nuxt/content": "^2.13.4",
|
"@nuxt/content": "^2.13.4",
|
||||||
"@nuxt/image": "^1.9.0",
|
"@nuxt/image": "^1.9.0",
|
||||||
"@nuxt/kit": "^3.16.0",
|
"@nuxt/kit": "^3.16.0",
|
||||||
|
"@nuxtjs/google-adsense": "^3.0.0",
|
||||||
"@nuxtjs/i18n": "^8.5.6",
|
"@nuxtjs/i18n": "^8.5.6",
|
||||||
"@nuxtjs/sitemap": "^6.1.5",
|
"@nuxtjs/sitemap": "^6.1.5",
|
||||||
"@octokit/rest": "^21.1.1",
|
"@octokit/rest": "^21.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user