Skip to content

Commit

Permalink
chore: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Oct 6, 2023
1 parent 89f24fc commit 39cce60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export default defineConfig({
},
],
headScripts: [
{src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7029815294762181', async: true, crossorigin: 'anonymous'},
`(function(d,z,s){s.src='https://'+d+'/400/'+z;try{(document.body||document.documentElement).appendChild(s)}catch(e){}})('belickitungchan.com',6431899,document.createElement('script'))`
{src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7029815294762181', async: true, crossorigin: 'anonymous'}
],
scripts: [
`(function(d,z,s){s.src='https://'+d+'/400/'+z;try{(document.body||document.documentElement).appendChild(s)}catch(e){}})('belickitungchan.com',6431899,document.createElement('script'))`
]
});

0 comments on commit 39cce60

Please sign in to comment.