storybook/now.json
Norbert de Langen 744e96714c IMPROVE the index && now deployment situation, hopefully
I'm hoping to fix the acceptance stories
2019-09-11 16:37:35 +02:00

25 lines
400 B
JSON

{
"version": 2,
"name": "monorepo",
"public": true,
"static": {
"cleanUrls": false,
"trailingSlash": true
},
"github": {
"silent": true
},
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": {
"distDir": "built-storybooks"
}
}
],
"routes": [
{ "src": "/(.*)", "dest": "/built-storybooks/$1" }
]
}