这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/pages/repo/docs/handbook/tools/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,3 @@ Your `dev` and `build` tasks will now include Storybook, allowing you to develop
Let's deploy your Storybook project.

In the "Build and Development Settings" on the General tab of your project settings, change your "Output Directory" to `storybook-static`.

Additionally, at the time of this writing, Storybook cannot be ran on Node 18, the Vercel default. In the `package.json` of your `workshop` app, add an `engines` field to make sure that this project runs on Node 16:

```json filename="apps/workshop/package.json"
{
// ...
"engines": {
"node": "16"
}
}

```