All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
14 lines
273 B
JavaScript
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: '',
|
|
}
|
|
]
|
|
},
|
|
}; |