Skip to content

Commit

Permalink
Merge branch master into displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Dec 26, 2023
2 parents 7b1fe31 + d74250c commit 906ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default defineConfig({
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
},
exportStatic: {},
outputPath: '.doc',
base: '/tree-select/',
publicPath: '/tree-select/',
styles: [
Expand Down
8 changes: 2 additions & 6 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@

{
"version": 2,
"name": "rc-tree-select",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": ".doc" }
"config": { "distDir": "dist" }
}
],
"routes": [
{ "src": "/(.*)", "dest": "/dist/$1" }
]
}
}

0 comments on commit 906ff66

Please sign in to comment.