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 ee5c869 commit 14034b7Copy full SHA for 14034b7
.dumirc.ts
@@ -17,4 +17,6 @@ export default defineConfig({
17
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
18
},
19
outputPath: '.doc',
20
+ base: basePath,
21
+ publicPath,
22
});
README.md
@@ -15,7 +15,7 @@ rc-collapse ui component for react
15
16
## Live Demo
-http://react-component.github.io/collapse/
+https://collapse-react-component.vercel.app
## Install
now.json
@@ -5,7 +5,7 @@
5
{
6
"src": "package.json",
7
"use": "@now/static-build",
8
- "config": { "distDir": "dist" }
+ "config": { "distDir": ".doc" }
9
}
10
]
11
0 commit comments