Skip to content

Commit c2c0d76

Browse files
committed
Preven dev site break on Carbon Ads plugin error
1 parent b8a5fea commit c2c0d76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@
184184
},
185185
},
186186
plugins: [
187-
DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg'),
187+
function () {
188+
DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg');
189+
},
188190
function (hook, vm) {
189191
hook.beforeEach(html => {
190192
if (/githubusercontent\.com/.test(vm.route.file)) {

0 commit comments

Comments
 (0)