diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 13:29:23 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 13:29:23 +0900 |
| commit | 903d0bd3e24ff2dc897d6298e5387f6811543001 (patch) | |
| tree | ea89a760613ac008810c0d9009b30b906242aaef /packages | |
| parent | build(#10336): use unpkg for storybook twemojis (diff) | |
| download | misskey-903d0bd3e24ff2dc897d6298e5387f6811543001.tar.gz misskey-903d0bd3e24ff2dc897d6298e5387f6811543001.tar.bz2 misskey-903d0bd3e24ff2dc897d6298e5387f6811543001.zip | |
build(#10336): disable `ProfilePageCat`
Diffstat (limited to '')
| -rw-r--r-- | packages/frontend/src/components/global/MkAvatar.stories.impl.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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<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>; + */ |