rust-letter-werfox-cafe/next.config.js

10 lines
158 B
JavaScript

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