Config standalone

This commit is contained in:
Richard Grover 2025-05-20 09:27:52 -06:00
parent c0078db82f
commit ad3ee27529

View File

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};
export default nextConfig;