We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7625 commit bdc6bc4Copy full SHA for bdc6bc4
1 file changed
app/error.stories.ts
@@ -40,11 +40,11 @@ export const ServerError: Story = {
40
},
41
}
42
43
-/** Bad gateway - occurs when external services (jsDelivr, npm registry) fail. */
44
-export const BadGateway: Story = {
+/** Service unavailable - occurs when external services (jsDelivr, npm registry) fail. */
+export const ServiceUnavailable: Story = {
45
args: {
46
error: {
47
- status: 502,
+ status: 503,
48
} as NuxtError,
49
50
0 commit comments