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 e27a1c1 commit dfed46dCopy full SHA for dfed46d
.dumirc.ts
@@ -6,4 +6,5 @@ export default defineConfig({
6
name: 'Pagination',
7
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
8
},
9
+ outputPath: 'docs-dist',
10
});
.gitignore
@@ -31,6 +31,7 @@ pnpm-lock.yaml
31
coverage/
32
.doc
33
dist
34
+docs-dist
35
.vscode
36
# umi
37
.umi
package.json
@@ -18,7 +18,6 @@
18
"assets/*.less",
19
"es",
20
"lib",
21
- "dist",
22
"rc-pagination.d.ts"
23
],
24
"homepage": "https://react-component.github.io/pagination",
0 commit comments