mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
fix: remove provider from preview config (#6253)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
f95f2b1dda
commit
0076c4f76c
@ -109,7 +109,7 @@ export function startFront (ctx: MeasureContext, extraConfig?: Record<string, st
|
||||
|
||||
if (previewConfig === undefined) {
|
||||
// Use universal preview config
|
||||
previewConfig = `*|${uploadUrl}/:workspace?file=:blobId&size=:size`
|
||||
previewConfig = `${uploadUrl}/:workspace?file=:blobId&size=:size`
|
||||
}
|
||||
|
||||
const pushPublicKey = process.env.PUSH_PUBLIC_KEY
|
||||
|
Loading…
Reference in New Issue
Block a user