Skip to content

Commit

Permalink
docs: fix vercel build (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored Dec 26, 2023
1 parent d459619 commit d74250c
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" }
]
}
}

1 comment on commit d74250c

@vercel
Copy link

@vercel vercel bot commented on d74250c Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.