Skip to content

Commit 2e46b66

Browse files
committed
analytics: add proxied plausible script to ebook
1 parent 2114eb5 commit 2e46b66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/algolia.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
},
4646
"conversation_id": [
4747
"833762294"
48-
],
49-
"nb_hits": 46250
48+
]
5049
}

docs/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ const config = {
1717
projectName: "rest-apis-flask-python", // Usually your repo name.
1818
scripts: [
1919
{
20-
src: "https://plausible.io/js/plausible.js",
20+
src: "https://plau-prox.teclado.workers.dev/get/script.outbound-links.js",
2121
defer: true,
2222
"data-domain": "rest-apis-flask.teclado.com",
23+
"data-api": "https://plau-prox.teclado.workers.dev/send/event",
2324
},
2425
],
2526
presets: [

0 commit comments

Comments
 (0)