mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-07 21:28:44 +02:00
15 lines
274 B
JavaScript
15 lines
274 B
JavaScript
const nextConfig = {
|
|
output: 'standalone',
|
|
images: {
|
|
remotePatterns: [
|
|
{
|
|
protocol: 'https',
|
|
hostname: '**',
|
|
port: '',
|
|
pathname: '/**',
|
|
},
|
|
],
|
|
},
|
|
};
|
|
|
|
export default (nextConfig); |