-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
when I create a standalone web export using the newest version of the LiaScript exporter with the command:
liaex --format web -i "C:\path\to\file.md" -o "C:\destination\path"
a new folder is created containing all necessary files. However, the generated index.html contains the following line in the section:
<script src="https://cdn.jsdelivr.net/gh/LiaScript/LiaScript@latest/dist/index.js"></script>
When I host this export, I only get a white page. The browser console reports that window.LIA.load() does not exist.
I checked the link above, and in the current LiaScript release there is no index.js file available at that location.
How can I solve this issue?
Metadata
Metadata
Assignees
Labels
No labels