Skip to content

Commit

Permalink
add html file to redirect into storybook dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 23, 2024
1 parent 4ddbda0 commit eec8613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/storybook/scripts/build-storybook
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ mkdir -p ../public/storybook

# Remove manager-head after build to not interfere with dev builds
rm .storybook/manager-head.html

# create file to redirect to storybook
echo '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0;url=/storybook/"></head></html>' > ../public/index.html

0 comments on commit eec8613

Please sign in to comment.