Files
OverlayScrollbars/docs/v2/next-app/next.config.js
T
2022-10-14 13:37:17 +02:00

11 lines
179 B
JavaScript

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