Skip to content

Commit

Permalink
Merge branch 'rc' into 'main'
Browse files Browse the repository at this point in the history
chore: add adsense

See merge request locker/web!211
  • Loading branch information
duchunter committed Jun 28, 2024
2 parents 278ed79 + e9f700d commit e844a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
script: [
{ src: '/js/iframe.js' },
{ src: '/js/chatwoot.js' },
{ src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6531683212744712', async: true, crossorigin: 'anonymous' },
...(process.env.NODE_ENV === 'production'
? [
{
Expand Down

0 comments on commit e844a9e

Please sign in to comment.