Hi,
I want to export my project for a static site. When I use the cloud web interface I wait for it to complete, and then get some "failed to download" error, so I'm trying the CLI.
I've linked my project, gone into that directory, run
npm install
on the project (as I got a backtrace with missing packages if I didn't and just used the CLI), and then I can build successfully:
# webstudio build --template ssg
β
β Scaffolding the project files
β
β Downloaded fonts and images
β
β Build finished
Except no HTML files are output. I assume the "public" folder is the intended destination. I see the assets containing images and CSS, but there are no pages in there.
Am I missing something here? Or is this bug?
Thanks