rybbit/client/next.config.js
2025-01-24 20:49:01 -08:00

6 lines
119 B
JavaScript

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