Update next.config.js

This commit is contained in:
Mailo 2024-10-14 20:16:49 +02:00
parent a1ccc72589
commit edb91bda59

View file

@ -41,8 +41,6 @@ const nextConfig = (phase, { defaultConfig }) => {
}; };
}; };
module.exports = nextConfig;
module.exports = { module.exports = {
async redirects() { async redirects() {
return [ return [
@ -59,3 +57,5 @@ module.exports = {
] ]
}, },
} }
module.exports = nextConfig;