eexiv/next.config.mjs
2024-02-11 16:52:59 -08:00

8 lines
131 B
JavaScript

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