Files
retake.fr/next.config.js
l-nmch 30a8bd8e2d
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
first commit
2026-03-20 23:35:16 +01:00

14 lines
273 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
images: {
formats: ['image/webp', 'image/avif'],
remotePatterns: [
{
protocol: 'https',
hostname: 'img.leboncoin.fr',
port: '',
}
]
},
};