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