Skip to content

Commit 9d22570

Browse files
committed
analytics(plausible): add tracking script
1 parent 64e649d commit 9d22570

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docusaurus.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ const config = {
1616
favicon: "img/favicon.ico",
1717
organizationName: "tecladocode", // Usually your GitHub org/user name.
1818
projectName: "rest-apis-flask-python", // Usually your repo name.
19-
19+
scripts: [
20+
{
21+
src: "https://plausible.io/js/plausible.js",
22+
defer: true,
23+
"data-domain": "rest-apis-flask.teclado.com",
24+
},
25+
],
2026
presets: [
2127
[
2228
"@docusaurus/preset-classic",

0 commit comments

Comments
 (0)