We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a708727 commit 4829109Copy full SHA for 4829109
now.json
@@ -5,8 +5,7 @@
5
{
6
"src": "package.json",
7
"use": "@now/static-build",
8
- "config": { "distDir": "dist" }
+ "config": { "distDir": "docs-dist" }
9
}
10
- ],
11
- "routes": [{ "src": "/(.*)", "dest": "/dist/$1" }]
+ ]
12
0 commit comments