next.config.js
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m19s
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m19s
This commit is contained in:
parent
964217ef34
commit
717ba65f20
1 changed files with 7 additions and 0 deletions
7
next.config.js
Normal file
7
next.config.js
Normal 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;
|
Loading…
Add table
Reference in a new issue