Files
2026-05-29 20:04:31 +07:00

6 lines
118 B
JavaScript

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