Skip to content

Commit

Permalink
fix: site build and deploy (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Nov 13, 2024
1 parent ee5c869 commit 14034b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ export default defineConfig({
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
},
outputPath: '.doc',
base: basePath,
publicPath,
});
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rc-collapse ui component for react

## Live Demo

http://react-component.github.io/collapse/
https://collapse-react-component.vercel.app

## Install

Expand Down
2 changes: 1 addition & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "dist" }
"config": { "distDir": ".doc" }
}
]
}

0 comments on commit 14034b7

Please sign in to comment.