diff --git a/.storybook/main.ts b/.storybook/main.ts index 5d3cfcabd..6366c843d 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -12,7 +12,7 @@ const config: StorybookConfig = { options: {}, }, docs: { - autodocs: true, + autodocs: false, }, viteFinal: async (config, options) => { const { mergeConfig } = await import('vite');