Storybook Deployment Fix #8
Reference in New Issue
Block a user
Delete Branch "adilallo/bugfix/StorybookImageFix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix GitHub Pages Asset Loading for Storybook
Overview
This PR resolves asset loading issues in the Storybook deployment on GitHub Pages.
All absolute paths were converted to relative paths, and the base path was configured for the
communityrulestorybookrepository.Deployment is currently on my personal GitHub account and will be migrated to the MEDLab server in the future.
Changes
/communityrulestorybook/<base href>tags in managerHead and previewHead/assets/...→assets/....nojekyllfile to prevent Jekyll processingHow to Test
https://adilallo.github.io/communityrulestorybook/Notes
adilallo/bugfix/StorybookImageFixto Storybook Deployment Fix