Config: Enable standalone output for Docker

This commit is contained in:
2026-03-14 00:03:24 -07:00
parent 80e1a56acb
commit 2c76f70ac7

6
next.config.mjs Normal file
View File

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