chore: update site & dumi version (#25)

This commit is contained in:
xrkffgg
2020-12-31 14:27:48 +08:00
committed by GitHub
parent 44240d2ab3
commit b769c20e3f
6 changed files with 4 additions and 94 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
logo:
'https://avatars1.githubusercontent.com/u/73879334?s=200&v=4',
exportStatic: {},
ssr: {},
outputPath: 'docs-dist',
hash: true,
base: `/${name}/`,
@@ -73,10 +74,6 @@ export default defineConfig({
.markdown table {
width: auto !important;
}
.__dumi-default-code-block + table {
margin-top: 16px;
}
`,
]
});