mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix links
This commit is contained in:
parent
51a6aa5ad0
commit
44710ab4af
3 changed files with 2 additions and 2 deletions
2
main.js
2
main.js
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue