Skip to content

Commit 382260e

Browse files
committed
docs: Add privacy preserving analytics
1 parent c02ded8 commit 382260e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/.vuepress/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ export default defineUserConfig({
2323

2424
head: [
2525
['meta', { name: "description", content: "Road map is a tool which allows you to generate your team's road-maps from structured data." }],
26-
['link', { rel: 'icon', href: '/favicon.ico' }]
26+
['link', { rel: 'icon', href: '/favicon.ico' }],
27+
["script", {
28+
defer: "",
29+
src: "https://analytics.sierrasoftworks.com/script.js",
30+
}],
2731
],
2832

2933
extendsPage(page, app) {

0 commit comments

Comments
 (0)