mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 15:06:38 +03:00
parent
ee641f0377
commit
b7fac5acb8
@ -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')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user