Skip to content

Commit 9be5874

Browse files
andris9claude
andcommitted
Add Plausible analytics tracking
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dcb0edf commit 9be5874

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ const config: Config = {
3333

3434
onBrokenLinks: 'throw',
3535

36+
// Plausible analytics
37+
scripts: [
38+
{
39+
src: 'https://plausible.emailengine.dev/js/script.js',
40+
defer: true,
41+
'data-domain': 'imapflow.com',
42+
},
43+
],
44+
3645
// Even if you don't use internationalization, you can use this field to set
3746
// useful metadata like html lang. For example, if your site is Chinese, you
3847
// may want to replace "en" with "zh-Hans".

0 commit comments

Comments
 (0)