Skip to content

Commit b541224

Browse files
committed
Remove Thred script loader
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent ab34375 commit b541224

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,6 @@ const config: Config = {
103103
},
104104
};
105105
},
106-
function thredSearchSignals() {
107-
return {
108-
name: 'thred-search-signals',
109-
injectHtmlTags() {
110-
if (!isProductionDeploy) return {};
111-
return {
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-
},
124106
],
125107

126108
// Set the production url of your site here

0 commit comments

Comments
 (0)