From 86d3817fde63b8ff158d43aa466bce11ef441090 Mon Sep 17 00:00:00 2001 From: el Date: Tue, 15 Apr 2025 13:39:56 +0200 Subject: [PATCH] nextconfig --- 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..95c627d --- /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