Skip to content

Commit 98a6018

Browse files
committed
Make now work on subfolder
1 parent 0f381df commit 98a6018

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

now.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 2,
3+
"name": "storybook",
4+
"alias": "storybook-codesandbox",
5+
"builds": [
6+
{
7+
"src": "packages/common/package.json",
8+
"use": "@now/static-build",
9+
"config": { "distDir": ".storybook" }
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)