Skip to content

Commit

Permalink
Chore(storybook): Allow cross origin request to Storybook app
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 1, 2024
1 parent f2a263b commit 40c6049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const config: StorybookConfig = {
core: {
disableTelemetry: true,
builder: '@storybook/builder-vite',
crossOriginIsolated: false,
},

async viteFinal(config) {
Expand Down

0 comments on commit 40c6049

Please sign in to comment.