next.config.js
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m19s

This commit is contained in:
ab 2025-03-24 23:44:08 +01:00
parent 964217ef34
commit 717ba65f20

7
next.config.js Normal file
View file

@ -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;