fix wrong name for next config

This commit is contained in:
Thomas Ruoff
2022-07-06 23:16:05 +02:00
parent 2f4cd1e50d
commit ddbbd0714a

5
next.config.js Normal file
View File

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