Skip to content

Commit 233dfde

Browse files
authored
Add Thred AI Search Signals script (#633)
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent d3a37ff commit 233dfde

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@ const config: Config = {
9696
},
9797
};
9898
},
99+
function thredSearchSignals() {
100+
return {
101+
name: 'thred-search-signals',
102+
injectHtmlTags() {
103+
return {
104+
postBodyTags: [
105+
{
106+
tagName: 'script',
107+
attributes: {
108+
src: 'https://cdn.thred.dev/thred-track.js?browserKey=8516ce3e-18ef-4f7f-be44-2bf408657d14',
109+
},
110+
},
111+
],
112+
};
113+
},
114+
};
115+
},
99116
],
100117

101118
// Set the production url of your site here

0 commit comments

Comments
 (0)