fix links

This commit is contained in:
Azgaar 2022-05-13 23:20:07 +03:00
parent 51a6aa5ad0
commit 44710ab4af
3 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ if (PRODUCTION && "serviceWorker" in navigator) {
"beforeinstallprompt",
async event => {
event.preventDefault();
const Installation = await import("/modules/dynamic/installation.js");
const Installation = await import("./modules/dynamic/installation.js");
Installation.init(event);
},
{once: true}