Skip to content

Commit

Permalink
Enable TelemetryDeck
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 4, 2024
1 parent 4336076 commit 1960580
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ export default defineConfig({
defer: "",
},
],
[
"script",
{
src: "https://cdn.telemetrydeck.com/websdk/telemetrydeck.min.js",
[`data-app-id`]: "9F801353-5EF3-45BA-B6B7-5493E5841EF9",
},
],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -119,7 +126,7 @@ export default defineConfig({
footer: {
message: "For feedback, please open a GitHub issue.",
copyright:
"Created by <a href='https://github.com/kkostov'>Konstantin</a>",
"Created by <a href='https://github.com/kkostov'>Konstantin</a> under BSD 3-Clause License",
},
},
});

0 comments on commit 1960580

Please sign in to comment.