diff --git a/.storybook/main.ts b/.storybook/main.ts index 785b751..ddb11c6 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -14,5 +14,8 @@ const config: StorybookConfig = { docs: { autodocs: "tag", }, + core: { + disableTelemetry: true, // 👈 Disables telemetry + }, }; export default config;