Adding next.config.js for standalone.

This commit is contained in:
Ema P.
2025-12-10 10:52:36 -05:00
parent 24441720d6
commit b3aece1e41

6
next.config.js Normal file
View File

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