diff --git a/site/.storybook/main.ts b/site/.storybook/main.ts index b55302ae61..299987770d 100644 --- a/site/.storybook/main.ts +++ b/site/.storybook/main.ts @@ -18,6 +18,10 @@ export default { options: {}, }, + core: { + allowedHosts: [".coder", ".dev.coder.com"], + }, + async viteFinal(config) { // Storybook seems to strip this setting out of our Vite config. We need to // put it back in order to be able to access Storybook with Coder Desktop or