We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab34375 commit b541224Copy full SHA for b541224
1 file changed
docusaurus.config.ts
@@ -103,24 +103,6 @@ const config: Config = {
103
},
104
};
105
106
- function thredSearchSignals() {
107
- return {
108
- name: 'thred-search-signals',
109
- injectHtmlTags() {
110
- if (!isProductionDeploy) return {};
111
112
- postBodyTags: [
113
- {
114
- tagName: 'script',
115
- attributes: {
116
- src: 'https://cdn.thred.dev/thred-track.js?browserKey=8516ce3e-18ef-4f7f-be44-2bf408657d14',
117
- },
118
119
- ],
120
- };
121
122
123
124
],
125
126
// Set the production url of your site here
0 commit comments