build(#10336): disable `ProfilePageCat`

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-02 13:29:23 +09:00
parent edeabac8f7
commit 903d0bd3e2
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,9 @@ export const ProfilePage = {
indicator: true,
},
} satisfies StoryObj<typeof MkAvatar>;
/* Your story couldnt 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<typeof MkAvatar>;
*/