Skip to content

Commit 71a18e6

Browse files
committed
build: add local logo
1 parent 8b22668 commit 71a18e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dumirc.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default defineConfig({
1010
exportStatic: {},
1111
// TODO 先关闭,后面再看
1212
ssr: false,
13-
logo: 'http://assets.dtstack.com/UEDLanding/Home/logo.png',
14-
favicons: ['http://assets.dtstack.com/UEDLanding/Home/logo.png'],
13+
logo: '/dt-react-component/logo.png',
14+
favicons: ['/dt-react-component/logo.png'],
1515
links: [{ href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.css', rel: 'stylesheet' }],
16+
clickToComponent: {},
1617
});

public/logo.png

2.33 KB
Loading

0 commit comments

Comments
 (0)