nextconfig
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m52s

This commit is contained in:
el 2025-04-15 13:39:56 +02:00
parent da546c293f
commit 86d3817fde

7
next.config.js Normal file
View file

@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
// Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire
};
module.exports = nextConfig;