Files
andris-carservice/next.config.js
T
2026-07-20 21:17:12 +01:00

9 lines
163 B
JavaScript

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