Files
kspguti-schedule/next.config.js
2025-11-18 03:57:22 +04:00

9 lines
165 B
JavaScript

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