fix: use default output mode for next
This commit is contained in:
@@ -13,7 +13,7 @@ const config = {
|
|||||||
output:
|
output:
|
||||||
env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true"
|
env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true"
|
||||||
? "standalone"
|
? "standalone"
|
||||||
: "export",
|
: undefined,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
|
||||||
/** Enables hot reloading for local packages without a build step */
|
/** Enables hot reloading for local packages without a build step */
|
||||||
|
|||||||
Reference in New Issue
Block a user