Files
www_mycelium_cloud2/next.config.js
2025-09-16 13:19:22 +02:00

10 lines
163 B
JavaScript

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