/** @type {import('next').NextConfig} */ const nextConfig = { /* Mode standalone : génère un dossier autonome pour Docker */ output: "standalone", }; export default nextConfig;