Skip to content

Commit 7d123d6

Browse files
committed
Add Thred AI Search Signals script
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent d3a37ff commit 7d123d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ const config: Config = {
9292
// Server-side GTM noscript fallback.
9393
`<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://mm.stacklok.com/ns.html?id=GTM-W9MXGTF9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->`,
9494
],
95+
postBodyTags: [
96+
// Thred AI Search Signals script
97+
'<script src="https://cdn.thred.dev/thred-track.js?browserKey=8516ce3e-18ef-4f7f-be44-2bf408657d14"></script>',
98+
],
9599
};
96100
},
97101
};

0 commit comments

Comments
 (0)