FIX now config

This commit is contained in:
Norbert de Langen 2019-09-11 01:33:13 +02:00
parent 07bdb2a027
commit d2864947c8

View File

@ -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" }
]
}