docker + hero change

This commit is contained in:
2026-06-13 15:41:15 -05:00
parent 45422753a3
commit 546d6fbba3
5 changed files with 83 additions and 3 deletions

View File

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