Last active
April 1, 2022 21:47
-
-
Save EricMcWinNer/25aadc7a656685a0697a4b82ffbfdc8b to your computer and use it in GitHub Desktop.
Storybook configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
// ... other settings we don't care about now | |
async viteFinal(config, { configType }) { | |
config.base = ''; // './' also works, but i like "assets/.." urls better than "./assets/..." urls. | |
return config; | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment