Skip to content

Commit 023099f

Browse files
committed
chore: fmt
1 parent d251626 commit 023099f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const viteConfig: ViteStorybookConfig = {
125125
// file://./node_modules/.../mdx-react-shim.js となるのを相対パスに修正する
126126
if (source.startsWith('file://') && source.includes('mdx-react-shim')) {
127127
const withoutProtocol = source.replace(/^file:\/\//, '')
128-
return path.resolve(process.cwd(), withoutProtocol)
128+
return path.resolve(process.cwd(), withoutProtocol)
129129
}
130130
return null
131131
},

0 commit comments

Comments
 (0)