fix: use default output mode for next

This commit is contained in:
Henry
2025-06-18 23:18:12 +01:00
parent 2d7097eb83
commit 5586c26c12

View File

@@ -13,7 +13,7 @@ const config = {
output:
env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true"
? "standalone"
: "export",
: undefined,
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */