diff --git a/.dumirc.ts b/.dumirc.ts index 1204eee..2365eec 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -17,4 +17,6 @@ export default defineConfig({ logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4', }, outputPath: '.doc', + base: basePath, + publicPath, }); diff --git a/README.md b/README.md index 1a24599..d790077 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/now.json b/now.json index 983bba9..c502a14 100644 --- a/now.json +++ b/now.json @@ -5,7 +5,7 @@ { "src": "package.json", "use": "@now/static-build", - "config": { "distDir": "dist" } + "config": { "distDir": ".doc" } } ] }