Files
www_project_mycelium/next.config.js
2025-09-15 07:11:29 +00:00

7 lines
115 B
JavaScript

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