Skip to content

Commit cba9e34

Browse files
committed
docs: fix ads blink
1 parent dd054ea commit cba9e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/app/components/AdsCarbon.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ onMounted(() => {
55
if (!el.value) {
66
return
77
}
8+
if (document.querySelector('#_carbonads_js')) {
9+
return
10+
}
811
912
const script = document.createElement('script')
1013
script.setAttribute('type', 'text/javascript')

0 commit comments

Comments
 (0)