We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e649d commit 9d22570Copy full SHA for 9d22570
docs/docusaurus.config.js
@@ -16,7 +16,13 @@ const config = {
16
favicon: "img/favicon.ico",
17
organizationName: "tecladocode", // Usually your GitHub org/user name.
18
projectName: "rest-apis-flask-python", // Usually your repo name.
19
-
+ scripts: [
20
+ {
21
+ src: "https://plausible.io/js/plausible.js",
22
+ defer: true,
23
+ "data-domain": "rest-apis-flask.teclado.com",
24
+ },
25
+ ],
26
presets: [
27
[
28
"@docusaurus/preset-classic",
0 commit comments