Files
retake.fr/next.config.js
2025-05-15 09:47:36 +00: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: '',
}
]
},
};