We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd08b2d commit d23ee11Copy full SHA for d23ee11
1 file changed
apps/storybook-react/.storybook/main.ts
@@ -24,7 +24,7 @@ const isTestMode = process.env.VITEST === 'true';
24
// In production the RN static build is nested at /react-native on the same host.
25
const rnStorybookUrl =
26
process.env.STORYBOOK_RN_URL ??
27
- (process.env.NODE_ENV === 'production' ? '/react-native' : 'http://localhost:6007');
+ (process.env.NODE_ENV === 'production' ? './react-native' : 'http://localhost:6007');
28
29
const config: StorybookConfig = {
30
refs: {
0 commit comments