Okay, let's rephrase this.
1) Self hosting Webstudio
2) Website has been made, with two images uploaded
3) I want the site as a static page (html, css and js files only).
4) Export to zip button inside webstudio editor does not work as intended (although it adds a record in the database...?)
5) Webstudio cli fails to retrieve assets (images I uploaded) when using
(no matter if --preview, --assets are used).
The CLI states that it try to retrieve assets from the published website BUT :
- I did not publish the website
- The CLI uses the default URL for published websites onto Webstudio.
My question being :
1) Is it possible to create a zip file (like the online version does), for a static page, from the CLI (considering its not possible directly inside the self hosted Webstudio editor) ?