8000 Add outboundLinkTracking to plausible plugin options. · tecladocode/web-dev-bootcamp@b626f5c · GitHub
[go: up one dir, main page]

Skip to content

Commit b626f5c

Browse files
committed
Add outboundLinkTracking to plausible plugin options.
1 parent a8c3dc4 commit b626f5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

curriculum/.vuepress/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,10 @@ module.exports = {
9595
md.use(require("markdown-it-task-lists"));
9696
},
9797
},
98-
plugins: [["plausible", { domain: "python-web.teclado.com" }]],
98+
plugins: [
99+
[
100+
"plausible",
101+
{ domain: "python-web.teclado.com", outboundLinkTracking: true },
102+
],
103+
],
99104
};

0 commit comments

Comments
 (0)
0