improve logging?

This commit is contained in:
Thomas Ruoff
2022-06-23 21:36:43 +02:00
committed by Thomas Ruoff
parent 942066bc7a
commit 00002a62d2
15 changed files with 91 additions and 50 deletions

View File

@@ -1,3 +1,5 @@
module.exports = {
const { withAxiom } = require('next-axiom')
module.exports = withAxiom({
swcMinify: true,
}
})