Files
paragliding/frontend/next.config.js
2026-01-03 14:16:16 -08:00

9 lines
161 B
JavaScript

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