ab01/next.config.js
ab 717ba65f20
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m19s
next.config.js
2025-03-24 23:44:08 +01:00

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;