Skip to content
Snippets Groups Projects
Unverified Commit 903d0bd3 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

build(#10336): disable `ProfilePageCat`

parent edeabac8
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ export const ProfilePage = {
indicator: true,
},
} satisfies StoryObj<typeof MkAvatar>;
/* 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<typeof MkAvatar>;
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment