Files
Puechberty Arthur 68f382d8dd first commit
2026-03-30 20:36:20 +02:00

8 lines
184 B
JavaScript

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