Skip to content

Commit e0932ce

Browse files
fix(theme): fix typo in carbon ads components (#1192)
1 parent da2f8d2 commit e0932ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPDocAsideCarbonAds.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { defineAsyncComponent } from 'vue'
33
4-
const VPCarbonAds = __ALGOLIA__
4+
const VPCarbonAds = __CARBON__
55
? defineAsyncComponent(() => import('./VPCarbonAds.vue'))
66
: () => null
77
</script>

0 commit comments

Comments
 (0)