1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 01:24:09 +01:00
upscayl/next.config.js

12 lines
141 B
JavaScript
Raw Normal View History

2022-11-12 02:09:28 +05:30
/**
* @type {import('next').NextConfig}
**/
const nextConfig = {
2022-09-30 22:32:57 +05:30
images: {
unoptimized: true,
2022-09-30 22:06:16 +05:30
},
};
2022-11-12 02:09:28 +05:30
module.exports = nextConfig;