first commit
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
This commit is contained in:
14
next.config.js
Normal file
14
next.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
output: "standalone",
|
||||
images: {
|
||||
formats: ['image/webp', 'image/avif'],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'img.leboncoin.fr',
|
||||
port: '',
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user