mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Fix chatwoot import issue by checking whether we're in an execution environment before loading the script
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
|
||||||
|
|
||||||
|
// Only execute on client-side
|
||||||
|
if (ExecutionEnvironment.canUseDOM) {
|
||||||
(function (d, t) {
|
(function (d, t) {
|
||||||
var BASE_URL = "https://app.chatwoot.com";
|
var BASE_URL = "https://app.chatwoot.com";
|
||||||
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
|
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
|
||||||
@@ -12,3 +16,4 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})(document, 'script');
|
})(document, 'script');
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user