Update docs/get-started/setup.md

This commit is contained in:
Dominic Nguyen 2020-12-19 12:54:36 -05:00 committed by GitHub
parent 3ddce6e1f6
commit e72ddd5d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,6 @@ If you're referencing fonts or images from a local directory, you'll need to con
## Load assets and resources
If you want to [link to static files](../configure/images-and-assets) in your project or stories (e.g. `/fonts/XYZ.woff`), use the `-s path/to/folder` to specify a static folder to serve from when you start up Storybook. To do so, edit the `storybook` and `build-storybook` scripts in `package.json`.
If you want to [link to static files](../configure/images-and-assets.md) in your project or stories (e.g. `/fonts/XYZ.woff`), use the `-s path/to/folder` to specify a static folder to serve from when you start up Storybook. To do so, edit the `storybook` and `build-storybook` scripts in `package.json`.
We recommend serving external resources and assets requested in your components statically with Storybook. This ensures that assets are always available to your stories.