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
title={`Fetches the URL from your current Atomic-Server (${store.getBaseUrl()}), instead of from the actual URL itself. Can be useful if the URL is down, but the resource is cached in your server.`}
title={`Fetches the URL from your current Atomic-Server (${store.getBaseUrl()}), instead of from the actual URL itself. Can be useful if the URL is down, but the resource is cached in your server.`}
58
-
>
59
-
Use proxy
60
-
</Button>
61
-
</ContainerNarrow>
62
-
);
47
+
return<ErrorPageresource={resource}/>;
63
48
}
64
49
65
50
// TODO: Make these registerable, so users can easily extend these
0 commit comments