We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2100bbc commit b52287dCopy full SHA for b52287d
.gitignore
@@ -29,4 +29,5 @@ yarn.lock
29
package-lock.json
30
coverage/
31
.doc
32
-.umi
+.umi
33
+dist/
now.json
@@ -5,7 +5,7 @@
5
{
6
"src": "package.json",
7
"use": "@now/static-build",
8
- "config": { "distDir": ".doc" }
+ "config": { "distDir": "dist" }
9
}
10
],
11
"routes": [
0 commit comments