mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
feat(frontend): support static website demo mode
This commit is contained in:
@@ -16,6 +16,10 @@ const withNextra = nextra({});
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
output:
|
||||
process.env.NEXT_CONFIG_BUILD_OUTPUT === "standalone"
|
||||
? "standalone"
|
||||
: undefined,
|
||||
i18n: {
|
||||
locales: ["en", "zh"],
|
||||
defaultLocale: "en",
|
||||
|
||||
Reference in New Issue
Block a user