From 903d0bd3e24ff2dc897d6298e5387f6811543001 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Sun, 2 Apr 2023 13:29:23 +0900 Subject: build(#10336): disable `ProfilePageCat` --- packages/frontend/src/components/global/MkAvatar.stories.impl.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/frontend/src/components') diff --git a/packages/frontend/src/components/global/MkAvatar.stories.impl.ts b/packages/frontend/src/components/global/MkAvatar.stories.impl.ts index 68fadfc1b8..2936664a88 100644 --- a/packages/frontend/src/components/global/MkAvatar.stories.impl.ts +++ b/packages/frontend/src/components/global/MkAvatar.stories.impl.ts @@ -44,6 +44,9 @@ export const ProfilePage = { indicator: true, }, } satisfies StoryObj; +/* Your story couldn’t be captured because it exceeds our 25,000,000px limit. Its dimensions are 5,504,893x5,504,892px. Possible ways to resolve: + * * Separate pages into components + * * Minimize the number of very large elements in a story export const ProfilePageCat = { ...ProfilePage, args: { @@ -54,3 +57,4 @@ export const ProfilePageCat = { }, }, } satisfies StoryObj; + */ -- cgit v1.3.1-freya