www/next.config.mjs
Xe Iaso ba7d0f20bf make the docker image a smol bean
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-09-17 19:45:30 -04:00

8 lines
118 B
JavaScript

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