Files
doing-it-website/next.config.js
2025-11-27 11:44:23 +01:00

9 lines
151 B
JavaScript
Executable File

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