Skip to content

Commit

Permalink
docs: update carbon abs
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 17, 2024
1 parent 6abe433 commit 7b61b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/AdsCarbon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ onMounted(() => {
if (carbonads.value) {
const script = document.createElement('script')
script.setAttribute('type', 'text/javascript')
script.setAttribute('src', 'https://cdn.carbonads.com/carbon.js?serve=CWYIPK7M&placement=fontsnuxtcom')
script.setAttribute('src', 'https://cdn.carbonads.com/carbon.js?serve=CW7D427M&placement=fontsnuxtcom')
script.setAttribute('id', '_carbonads_js')
carbonads.value.appendChild(script)
}
Expand Down

0 comments on commit 7b61b15

Please sign in to comment.