mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Fix: Image base url
This commit is contained in:
parent
5f20f95fb0
commit
c0a1cb10c8
1 changed files with 4 additions and 0 deletions
|
|
@ -25,3 +25,7 @@ addEventListener("message", (e) => {
|
|||
break;
|
||||
}
|
||||
});
|
||||
|
||||
const base = document.createElement('base')
|
||||
base.href = '/'
|
||||
document.head.appendChild(base);
|
||||
Loading…
Reference in a new issue