diff --git a/.storybook/main.ts b/.storybook/main.ts index 80715f5..7c94e4c 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -1,6 +1,9 @@ import type { StorybookConfig } from "@storybook/react-vite"; const config: StorybookConfig = { + core: { + disableTelemetry: true, + }, stories: [ "../stories/**/*.mdx", "../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",