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
Copy file name to clipboardExpand all lines: src/pages/[locale]/fallback.astro
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
// If your microfrontend contains dynamic information that potentially could fails to load, you can create a static version of your microfrontend here that will be displayed to the user instead.
2
+
// Your microfrontend could fail with an error. This is a static version of your microfrontend that will be displayed
0 commit comments