Skip to content

Commit d74250c

Browse files
authored
docs: fix vercel build (#449)
1 parent d459619 commit d74250c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.dumirc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineConfig({
77
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
88
},
99
exportStatic: {},
10-
outputPath: '.doc',
1110
base: '/tree-select/',
1211
publicPath: '/tree-select/',
1312
styles: [

now.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
21
{
32
"version": 2,
43
"name": "rc-tree-select",
54
"builds": [
65
{
76
"src": "package.json",
87
"use": "@now/static-build",
9-
"config": { "distDir": ".doc" }
8+
"config": { "distDir": "dist" }
109
}
11-
],
12-
"routes": [
13-
{ "src": "/(.*)", "dest": "/dist/$1" }
1410
]
15-
}
11+
}

0 commit comments

Comments
 (0)