mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-04 05:52:08 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
![]() |
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {
|
||
|
images: {
|
||
|
unoptimized: true,
|
||
|
},
|
||
|
};
|
||
|
|
||
|
module.exports = nextConfig;
|