I am trying to get started with Qwik and SSG.
I have run the following commands in this order
- npm create qwik@latest
- selected the basic app
- npm run qwik add static-node
- npm run build.static
- npm run ssg
After doing this I get the following error message:
Missing client manifest, loading symbols in the client might 404
Any ideas, I have gone through the SSG documentation but nothing points me in the right direction