mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
FIX now config
This commit is contained in:
parent
07bdb2a027
commit
d2864947c8
4
now.json
4
now.json
@ -6,11 +6,11 @@
|
||||
{
|
||||
"src": "package.json",
|
||||
"use": "@now/static-build",
|
||||
"config": { "distDir": "out" }
|
||||
"config": { "distDir": "built-storybooks" }
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{ "src": "/docs", "dest": "https://storybook.js.org" },
|
||||
{ "src": "/(.*)", "dest": "/out/$1" }
|
||||
{ "src": "/(.*)", "dest": "/built-storybooks/$1" }
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user