Files
coolify-examples/nextjs-approuter/spa/next.config.mjs
2024-03-28 09:20:13 +01:00

7 lines
115 B
JavaScript

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