Skip to content

Commit 03f176b

Browse files
committed
chore: added google ad sense
1 parent 5bbc1c0 commit 03f176b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuxt.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ export default {
7676
property: 'og:url',
7777
content: `${BASE_URL}/128x128.png`,
7878
},
79+
{
80+
name: 'google-adsense-account',
81+
content: 'ca-pub-4467877923505914',
82+
},
7983
],
8084
link: [
8185
{ rel: 'manifest', href: '/manifest.json' },
@@ -284,5 +288,5 @@ export default {
284288
config.devtool = 'source-map'
285289
}
286290
},
287-
}
291+
},
288292
}

0 commit comments

Comments
 (0)