diff --git a/chromatic.config.json b/chromatic.config.json index d03e41420..cb44a6827 100644 --- a/chromatic.config.json +++ b/chromatic.config.json @@ -3,5 +3,5 @@ "onlyChanged": true, "autoAcceptChanges": "main", "exitZeroOnChanges": false, - "externals": ["public/**", "app/assets/**", ".storybook/**", "nuxt.config.ts", "uno.config.ts"] + "externals": [".storybook/**", "uno.config.ts"] }