This commit is contained in:
Norbert de Langen 2019-09-11 15:16:21 +02:00
parent 2f5ec2a3e9
commit f0317b0f64

View File

@ -14,7 +14,6 @@
}
],
"routes": [
{ "src": "/docs", "dest": "https://storybook.js.org" },
{ "src": "/(.*)/.*", "dest": "/built-storybooks/$1/*" }
{ "src": "/(.*)", "dest": "/built-storybooks/$1" }
]
}