Skip to content

Commit

Permalink
fix: update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch authored May 3, 2024
1 parent a04cc08 commit 4d20cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export default defineConfig({
base: basePath,

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

themeConfig: {
Expand Down

0 comments on commit 4d20cd9

Please sign in to comment.