AudioForge / frontend /next.config.space.js
OnyxlMunkey's picture
Initial commit (clean)
6423ff2
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
images: {
unoptimized: true,
},
// We don't need rewrites because we serve from the same origin
};
module.exports = nextConfig;