We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f6dd5 + 33ec8d7 commit 3d0ad0aCopy full SHA for 3d0ad0a
.vscode/settings.json
@@ -98,6 +98,7 @@
98
"pprint",
99
"prereleases",
100
"prismjs",
101
+ "projs",
102
"pydoc",
103
"Pylint",
104
"Pypi",
src/components/CarbonAds.vue
@@ -3,6 +3,11 @@ const container = ref()
3
4
const placeholder = ref(false)
5
const init = () => {
6
+ const carbonScript = document.getElementById('_carbonads_projs')
7
+ if (carbonScript) {
8
+ carbonScript.remove()
9
+ }
10
+
11
placeholder.value = true
12
const serve = import.meta.env.VITE_CARBON_SERVE
13
const placement = import.meta.env.VITE_CARBON_PLACEMENT
0 commit comments