Skip to content

Commit

Permalink
fix(matomo): use view transition support for matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 2, 2025
1 parent 9af9d04 commit 932fb2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ export default defineConfig({
heartBeatTimer: 5,
disableCookies: true,
partytown: false,
viewTransition: {
contentElement: "main",
},
}), // sentry({
// dsn: import.meta.env.SENTRY_DNS,
// tracePropagationTargets: ["https://berliner-schnauze.wtf", /^\/api\//],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@vueuse/core": "^12.5.0",
"astro": "^5.2.3",
"astro-breadcrumbs": "^3.3.1",
"astro-matomo": "^1.7.0",
"astro-matomo": "^1.8.0",
"compromise": "^14.14.4",
"de-compromise": "^0.0.10",
"floating-vue": "5.2.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 932fb2e

Please sign in to comment.