diff --git a/docs/.vuepress/theme/components/CodeFund.vue b/docs/.vuepress/theme/components/CodeFund.vue index f3d40cf..e09e8a7 100644 --- a/docs/.vuepress/theme/components/CodeFund.vue +++ b/docs/.vuepress/theme/components/CodeFund.vue @@ -11,8 +11,7 @@ export default { adProvider: null, }), mounted () { - // this.loadAds(); - this.loadCarbon(); + this.loadAds(); }, watch: { '$route' (to, from) { @@ -35,7 +34,7 @@ export default { } }, loadAds () { - this.loadCodeFund(); + this.loadCarbon(); }, createScript ({src, id, async = 'async'}) { const script = document.createElement('script');