fix: the image lost after exporting (#3150)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
xiaodong zuo
2023-07-12 10:21:23 +08:00
committed by GitHub
parent 3968deb6d4
commit 4f88774999
7 changed files with 117 additions and 20 deletions

View File

@@ -63,6 +63,8 @@ export const buildFlagsSchema = z.object({
enableBroadcastChannelProvider: z.boolean(),
enableDebugPage: z.boolean(),
changelogUrl: z.string(),
// see: packages/workers
imageProxyUrl: z.string(),
enablePreloading: z.boolean(),
enableNewSettingModal: z.boolean(),
enableNewSettingUnstableApi: z.boolean(),