mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-26 09:55:59 +00:00
feat(frontend): support static website demo mode (#3170)
* feat(frontend): support static website demo mode * fix(frontend): render html artifact previews from blob content * chore(frontend): apply pre-commit formatting * fix(frontend): address static demo PR review comments * Update the release information of DeerFlow --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { env } from "@/env";
|
||||
|
||||
export function isStaticWebsiteOnly() {
|
||||
return env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true";
|
||||
}
|
||||
Reference in New Issue
Block a user