Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino authored Jun 11, 2024
1 parent 007d9ee commit 45a5ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default {
// https://vitepress.dev/guide/extending-default-theme#layout-slots
})
},
enhanceApp: (ctx) => {
enhanceApp: ({ app, router, siteData }) => {
matomo({
router: ctx.router,
router: router,
siteID: 9, // Replace with your site id
trackerUrl: "https://matomo.dyne.org/" // Replace with your matomo url
})
Expand Down

0 comments on commit 45a5ffb

Please sign in to comment.