Files
coolify-examples/nextjs/spa-standalone/next.config.mjs
Andras Bacsai ae9f62a75b test
2025-09-17 10:05:43 +02:00

7 lines
119 B
JavaScript

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