You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: generated Stackblitz examples not working when forked to a repo (#901)
We weren't generating a full valid HTML file when creating the `index.html` for Stackblitz
which meant that if somebody creates a repository out of it, it won't work. These changes
resolve the issue by providing the full HTML file.
Providing the full HTML also allows us to represent a real app better and to fix some
issues like the one where the app background doesn't cover the whole page.
Fixes#21461.
0 commit comments