mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
修改小提示
This commit is contained in:
@@ -11,7 +11,7 @@ console.log("[Next] build mode", mode);
|
|||||||
|
|
||||||
const disableChunk = !!process.env.DISABLE_CHUNK || mode === "export";
|
const disableChunk = !!process.env.DISABLE_CHUNK || mode === "export";
|
||||||
// const disableChunk = true;
|
// const disableChunk = true;
|
||||||
console.log("[Next] build with chunk: ", disableChunk);
|
console.log("[Next] build with chunk: ", !disableChunk);
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
// const isProd = process.env.NODE_ENV === 'production'
|
// const isProd = process.env.NODE_ENV === 'production'
|
||||||
|
|||||||
Reference in New Issue
Block a user