Files
upscayl/next.config.js
2022-11-12 02:09:28 +05:30

12 lines
141 B
JavaScript

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