Skip to content

Commit

Permalink
chore: add monetag
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Oct 6, 2023
1 parent 280b83d commit 6289b7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ export default defineConfig({
hash: true,
exportStatic: {},
...(process.env.NODE_ENV === 'development' ? {} : { ssr: {} }),
metas: [
{
name: 'monetag',
content: 'b70509b53e98ef5811f3d0af5c090b16',
},
],
headScripts: [
{src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7029815294762181', async: true, crossorigin: 'anonymous'}
{src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7029815294762181', async: true, crossorigin: 'anonymous'},
],
});

0 comments on commit 6289b7b

Please sign in to comment.