Skip to content

Commit

Permalink
docs: fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Feb 20, 2024
1 parent 83a3af1 commit 298e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: StorybookConfig = {
if (configType === 'PRODUCTION') {
config.base = process.env.BASE_PATH || config.base;
}

config.publicDir = false
config.plugins = config.plugins?.filter(s => {
return !['vite:lib-inject-css', 'vite:dts'].includes(s!["name"])
}) || []
Expand Down

0 comments on commit 298e12c

Please sign in to comment.