merkle-open / gondel

🚡 Gondel is a tiny library to bootstrap frontend components
https://gondel.js.org
MIT License
36 stars 10 forks source link

Make gondle examples work again #94

Closed ernscht closed 12 months ago

ernscht commented 1 year ago

Issue: The examples no longer work in CodeSandbox environments. Current Error message: "Invalid Host Header"

Current solution: The examples are pulled directly from the GitHub repo (CodeSandbox pulls from master branch). However, Code-Sandbox is constantly being modified, so these examples are currently no longer working.

Wanted Maybe we'll get this solution working again. Also ideas are welcome for alternative solutions.

ernscht commented 1 year ago

This fix solved most of the issues. Most examples work again, thanks a lot @stefanibus

There remain two other problems:

module not found:

tsconfig.json

ernscht commented 12 months ago

All examples now work again. Great. Thank you.