Skip to content

Commit

Permalink
fix: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Dec 16, 2024
1 parent cb4689b commit 535ca08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { defineConfig } from 'dumi';

export default defineConfig({
outputPath: 'docs-dist',
base: '/databend-ui/',
publicPath: '/databend-ui/',
base: '/databend-profile-ui/',
publicPath: '/databend-profile-ui/',
themeConfig: {
prefersColor: {
switch: false
Expand All @@ -17,8 +17,8 @@ export default defineConfig({
weibo: 'https://github.com/databendcloud/databend-profile-ui'
},
},
logo: '/databend-ui/logo.svg',
logo: '/databend-profile-ui/logo.svg',
favicons: [
'/databend-ui/favicon.svg'
'databend-profile-ui/favicon.svg'
]
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "databend-profile-ui",
"version": "0.0.26",
"version": "0.0.27",
"description": "A react library developed with dumi",
"license": "MIT",
"module": "dist/index.js",
Expand Down

0 comments on commit 535ca08

Please sign in to comment.