Skip to content

Commit b52287d

Browse files
committed
fix: dumi preview
1 parent 2100bbc commit b52287d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ yarn.lock
2929
package-lock.json
3030
coverage/
3131
.doc
32-
.umi
32+
.umi
33+
dist/

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"src": "package.json",
77
"use": "@now/static-build",
8-
"config": { "distDir": ".doc" }
8+
"config": { "distDir": "dist" }
99
}
1010
],
1111
"routes": [

0 commit comments

Comments
 (0)