mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix(editor): use img tag for link preview icon and banner (#11637)
close AF-2377
This commit is contained in:
@@ -183,7 +183,7 @@ export function buildAppModule(env: Env) {
|
||||
// doc service only
|
||||
.useIf(() => env.flavors.doc, DocServiceModule)
|
||||
// self hosted server only
|
||||
.useIf(() => env.selfhosted, WorkerModule, SelfhostModule)
|
||||
.useIf(() => env.dev || env.selfhosted, WorkerModule, SelfhostModule)
|
||||
|
||||
// gcloud
|
||||
.useIf(() => env.gcp, GCloudModule);
|
||||
|
||||
Reference in New Issue
Block a user