All checks were successful
Build and Push Docker Image / build (push) Successful in 8m19s
7 lines
No EOL
194 B
JavaScript
7 lines
No EOL
194 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
// Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire
|
|
};
|
|
|
|
module.exports = nextConfig; |