network/testdata/apps/nextjs-ssr/next.config.js
2026-01-22 14:39:50 +02:00

7 lines
117 B
JavaScript

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