We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a37ff commit 233dfdeCopy full SHA for 233dfde
1 file changed
docusaurus.config.ts
@@ -96,6 +96,23 @@ const config: Config = {
96
},
97
};
98
99
+ function thredSearchSignals() {
100
+ return {
101
+ name: 'thred-search-signals',
102
+ injectHtmlTags() {
103
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
116
],
117
118
// Set the production url of your site here
0 commit comments