Skip to content

Commit 176bc03

Browse files
authored
Merge pull request #244 from makeplane/add-plausible-script
Add Plausible analytics
2 parents 8d2363c + 8da8e59 commit 176bc03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ const config: Config = {
6363
],
6464
],
6565

66+
scripts: [
67+
{
68+
src: 'https://plausible.io/js/script.js', defer: true, 'data-domain': 'docs.plane.so'
69+
}
70+
],
71+
6672
themeConfig: {
6773
colorMode: {
6874
defaultMode: 'dark',

0 commit comments

Comments
 (0)