mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix(webui): epub reader would not load
This commit is contained in:
parent
9033dc73ba
commit
b8ea79eaf8
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ export default Vue.extend({
|
|||
|
||||
const fontFamiliesInjectables = this.fontFamiliesAdditional.map(x => ({
|
||||
type: 'style',
|
||||
url: new URL(`${urls.origin}api/v1/fonts/resource/${x}/css`, import.meta.url).toString(),
|
||||
url: new URL(`${urls.origin}api/v1/fonts/resource/${x}/css`).toString(),
|
||||
fontFamily: x,
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue