1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00
upscayl/next.config.js
Nayam Amarshe 523d035ecd Fix build
2023-10-25 17:14:22 +05:30

15 lines
187 B
JavaScript

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