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 d459619 commit d74250cCopy full SHA for d74250c
.dumirc.ts
@@ -7,7 +7,6 @@ export default defineConfig({
7
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
8
},
9
exportStatic: {},
10
- outputPath: '.doc',
11
base: '/tree-select/',
12
publicPath: '/tree-select/',
13
styles: [
now.json
@@ -1,15 +1,11 @@
1
-
2
{
3
"version": 2,
4
"name": "rc-tree-select",
5
"builds": [
6
"src": "package.json",
"use": "@now/static-build",
- "config": { "distDir": ".doc" }
+ "config": { "distDir": "dist" }
}
- ],
- "routes": [
- { "src": "/(.*)", "dest": "/dist/$1" }
14
]
15
-}
+}
0 commit comments