Closed askoufis closed 5 months ago
Latest commit: 1c57e99b405a9872f8aa36b627882e7924661a2f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
I couldn't figure out how to completely remove the need to interact with the storybook UI in #988 because when serving a built storybook, navigating to
/iframe.html
didn't seem to work. Turns out it was the asset server's fault, and simply configuringcleanUrls
is all that's required to make the/iframe.html
path work.Technically,
/iframe
works just fine, but by configuring the server this way we don't need two different paths, one for testing against the storybook dev server, and another for testing the built storybook.