Skip to content

Commit 6372013

Browse files
committed
add syftdata tracking integration
1 parent 5768b13 commit 6372013

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ const config: Config = {
7272
},
7373
],
7474

75+
scripts: [
76+
{
77+
src: '/js/syft.js',
78+
async: false,
79+
},
80+
],
81+
7582
themeConfig: {
7683
// Replace with your project's social card
7784
image: 'img/social-card-docs.png',

static/js/syft.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)