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 = {
async redirects() {
return [
@ -58,4 +56,6 @@ module.exports = {
},
]
},
}
}
module.exports = nextConfig;