Skip to content

Commit

Permalink
Update preview.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 8, 2024
1 parent 5c0ce01 commit 12bab1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/frontend/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ queueMicrotask(() => {
}
app[appInitialized] = true;
app.provide(DI.serverMetadata, {}); // TODO
app.provide(DI.mediaProxy, new MediaProxy({}, url));
app.provide(DI.mediaProxy, new MediaProxy({
mediaProxy: 'https://example.com',
}, url));
loadTheme(applyTheme);
components(app);
directives(app);
Expand Down

0 comments on commit 12bab1c

Please sign in to comment.