Files
probly/next.config.js
tobiadefami df99c4c9d9 CLEAN UP
2025-01-16 23:57:12 +01:00

11 lines
190 B
JavaScript

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