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
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Fix forking and saving for webcontainer stackblitz examples
Fixes the forking and saving functionality for WebContainer StackBlitz
examples. The saving/forking functionality did not work (no proper error though)
because we delivered a binary `.ico` file to StackBlitz.
To fix the examples, we will remove the `favicon.ico` file, even the goal
was to keep the examples as equivalent as possible to a `ng new`-created app.
0 commit comments