Skip to content

Commit

Permalink
chore: update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch authored May 3, 2024
1 parent aabaa1d commit a04cc08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ export default defineConfig({
// https://vitepress.vuejs.org/config/basics.html#base
base: basePath,

head: [
{
'script',
{
"defer": true,
"data-domain": "my-ddev-lab.mandrasch.eu",
src:"https://plausible.coolify.mandrasch.dev/js/script.js"
},
}
],

themeConfig: {
editLink: {
pattern: "https://github.com/mandrasch/my-ddev-lab/edit/main/docs/:path",
Expand Down

0 comments on commit a04cc08

Please sign in to comment.