Skip to content

Commit

Permalink
simlify storybook url
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Feb 29, 2020
1 parent 5628dd9 commit 4b21556
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ For other options, please see [Available Scripts](https://github.com/Coding-Coac

We're using <a target="_blank" href="https://github.com/storybookjs/storybook">Storybook</a>. Each reusable component should be added. If you're not sure 🤷🏾, please ask 🙋

Run Storybook
https://mentors.codingcoach.io/sb/

Run Storybook locally

```
yarn storybook
Expand Down
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[[redirects]]
from = "/sb/*"
to = "/sb/index.html"
status = 200

[[redirects]]
from = "/*"
to = "/index.html"
Expand Down

0 comments on commit 4b21556

Please sign in to comment.