mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-26 23:21:35 +00:00
fix
This commit is contained in:
@@ -5,4 +5,8 @@ const nextConfig: NextConfig = {
|
|||||||
reactCompiler: true,
|
reactCompiler: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (process.env.OUTPUT === "standalone") {
|
||||||
|
nextConfig.output = "standalone";
|
||||||
|
}
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user