mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 17:05:16 +03:00
Fix preview config defaults (#5804)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
a596f468ea
commit
ca305f21d7
@ -103,7 +103,7 @@ export function startFront (ctx: MeasureContext, extraConfig?: Record<string, st
|
||||
|
||||
if (previewConfig === undefined) {
|
||||
// Use universal preview config
|
||||
previewConfig = `*|${uploadUrl}/:workspace?file=:file.:format&size=:size`
|
||||
previewConfig = `*|${uploadUrl}/:workspace?file=:blobId.:format&size=:size`
|
||||
}
|
||||
|
||||
const brandingUrl = process.env.BRANDING_URL
|
||||
|
Loading…
Reference in New Issue
Block a user