3x-ui/new-frontend/next.config.js

8 lines
135 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
};
module.exports = nextConfig;