fix: the image lost after exporting (#3150)

Co-authored-by: Alex Yang <himself65@outlook.com>
(cherry picked from commit 4f88774999)
This commit is contained in:
xiaodong zuo
2023-07-12 10:21:23 +08:00
committed by Alex Yang
parent 8a1f022c49
commit 0efcaa1b6b
7 changed files with 117 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ const buildPreset = {
enableBroadcastChannelProvider: true,
enableDebugPage: true,
changelogUrl: 'https://affine.pro/blog/whats-new-affine-0630',
imageProxyUrl: 'https://workers.toeverything.workers.dev/proxy/image',
enablePreloading: true,
enableNewSettingModal: true,
enableNewSettingUnstableApi: false,
@@ -41,6 +42,7 @@ const buildPreset = {
enableBroadcastChannelProvider: true,
enableDebugPage: true,
changelogUrl: 'https://affine.pro/blog/whats-new-affine-0630',
imageProxyUrl: 'https://workers.toeverything.workers.dev/proxy/image',
enablePreloading: true,
enableNewSettingModal: true,
enableNewSettingUnstableApi: false,