mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
@@ -56,16 +56,10 @@ export class DocRendererController {
|
||||
private readonly url: URLHelper
|
||||
) {
|
||||
this.webAssets = this.readHtmlAssets(
|
||||
join(
|
||||
this.config.projectRoot,
|
||||
this.config.isSelfhosted ? 'static/selfhost' : 'static'
|
||||
)
|
||||
join(this.config.projectRoot, 'static')
|
||||
);
|
||||
this.mobileAssets = this.readHtmlAssets(
|
||||
join(
|
||||
this.config.projectRoot,
|
||||
this.config.isSelfhosted ? 'static/mobile/selfhost' : 'static/mobile'
|
||||
)
|
||||
join(this.config.projectRoot, 'static/mobile')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user