1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 11:28:25 +02:00
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;