www_ourverse_new/next.config.js
2024-10-01 20:09:05 +02:00

10 lines
201 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: {
unoptimized: true, // Disable the default image optimization
},
};
module.exports = nextConfig;