Skip to content

Commit

Permalink
Add resolution to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmkio committed Feb 3, 2024
1 parent c0ba747 commit 910424d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ The Next.js deployment can be found here: https://storybook-sass-deployment.verc
I am following the documentation for using [Sass](https://storybook.js.org/recipes/sass), [serving static files](https://storybook.js.org/docs/configure/images-and-assets#serving-static-files-via-storybook-configuration), [deploying to GitHub Pages](https://storybook.js.org/docs/sharing/publish-storybook#github-pages), and [deploying to a subpath](https://storybook.js.org/docs/configure/images-and-assets#absolute-versus-relative-paths).

What am I missing?

Update / Resolution (Feb 03, 2024):
Realized I wasn't using the [recommended method for Next.js](https://nextjs.org/docs/app/building-your-application/optimizing/images#local-images) which involves using their Image component and importing local assets into the component.

0 comments on commit 910424d

Please sign in to comment.