blob: b940887b43b2770716ec84dc224afa21dbeaec03 [file] [log] [blame]
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
reactStrictMode: true,
trailingSlash: false,
};
export default nextConfig;