Skip to content

Commit

Permalink
fix: make sure astro matomo works with astro v4
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Dec 6, 2023
1 parent 5be9ae1 commit 0ca5469
Show file tree
Hide file tree
Showing 4 changed files with 1,216 additions and 987 deletions.
2 changes: 1 addition & 1 deletion demo/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import matomo from "astro-matomo";

// https://astro.build/config
export default defineConfig({
site: "http://localhost:3000",
site: "http://localhost:4321",
integrations: [
matomo({
enabled: true,
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"astro": "^3.0.0",
"astro-matomo": "^1.3.1"
"astro": "^4.0.2",
"astro-matomo": "^1.4.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^22.0.0"
"semantic-release": "^22.0.10"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0 || ^3.0.0"
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0"
}
}
Loading

0 comments on commit 0ca5469

Please sign in to comment.