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

9 lines
135 B
JavaScript
Raw Normal View History

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