Skip to content

Commit

Permalink
Remove Axiom integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Nov 20, 2024
1 parent ea91e17 commit b48f4dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 75 deletions.
8 changes: 2 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/** @type {import('next').NextConfig} */

// This extends our Next config with stuff needed to integrate with Axiom:
// https://www.axiom.co/docs/integrations/vercel#web-vitals
const { withAxiom } = require("next-axiom");

module.exports = withAxiom({
module.exports = {
logging: {
fetches: {
fullUrl: true,
Expand Down Expand Up @@ -50,4 +46,4 @@ module.exports = withAxiom({
},
];
},
});
};
68 changes: 0 additions & 68 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"ical-generator": "^8.0.1",
"next": "14.2.18",
"next-auth": "^4.24.10",
"next-axiom": "^1.5.1",
"plausible-tracker": "^0.3.9",
"react": "^18",
"react-dom": "^18",
Expand Down

0 comments on commit b48f4dc

Please sign in to comment.