Skip to content

Commit 264ac79

Browse files
committed
add trailing slash
1 parent c49448a commit 264ac79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storybook/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const main: StorybookConfig = {
3535
},
3636

3737
viteFinal(config) {
38-
config.base = "/carbon-react-native"
38+
config.base = "/carbon-react-native/"
3939

4040
config.resolve = {
4141
...config.resolve ?? {

0 commit comments

Comments
 (0)