Skip to content

Commit 14034b7

Browse files
authored
fix: site build and deploy (#356)
1 parent ee5c869 commit 14034b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.dumirc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ export default defineConfig({
1717
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
1818
},
1919
outputPath: '.doc',
20+
base: basePath,
21+
publicPath,
2022
});

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rc-collapse ui component for react
1515

1616
## Live Demo
1717

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

2020
## Install
2121

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"src": "package.json",
77
"use": "@now/static-build",
8-
"config": { "distDir": "dist" }
8+
"config": { "distDir": ".doc" }
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)