Skip to content

Commit 4829109

Browse files
authored
docs: fix now build (#550)
1 parent a708727 commit 4829109

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

now.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
{
66
"src": "package.json",
77
"use": "@now/static-build",
8-
"config": { "distDir": "dist" }
8+
"config": { "distDir": "docs-dist" }
99
}
10-
],
11-
"routes": [{ "src": "/(.*)", "dest": "/dist/$1" }]
10+
]
1211
}

0 commit comments

Comments
 (0)