We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbc1c0 commit 03f176bCopy full SHA for 03f176b
nuxt.config.js
@@ -76,6 +76,10 @@ export default {
76
property: 'og:url',
77
content: `${BASE_URL}/128x128.png`,
78
},
79
+ {
80
+ name: 'google-adsense-account',
81
+ content: 'ca-pub-4467877923505914',
82
+ },
83
],
84
link: [
85
{ rel: 'manifest', href: '/manifest.json' },
@@ -284,5 +288,5 @@ export default {
284
288
config.devtool = 'source-map'
285
289
}
286
290
287
- }
291
292
0 commit comments