Skip to content

Commit

Permalink
Fix preview config defaults (#5804)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo authored Jun 13, 2024
1 parent a596f46 commit ca305f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/front/src/starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca305f2

Please sign in to comment.