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

10 lines
158 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2023-03-26 12:26:28 -05:00
images: {
unoptimized: true,
},
}
module.exports = nextConfig