From 717ba65f20ca005db4910c5d4d57a02a26ec2678 Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 24 Mar 2025 23:44:08 +0100 Subject: [PATCH] next.config.js --- next.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..f42d98b --- /dev/null +++ b/next.config.js @@ -0,0 +1,7 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + output: 'standalone', + // Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire +}; + +module.exports = nextConfig; \ No newline at end of file