Skip to content

Commit 6299b6a

Browse files
committed
config🔧: 更新 logo URL 为 HTTPS
1 parent 90fd5da commit 6299b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.umirc1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'dumi';
33
export default defineConfig({
44
title: 'go-admin',
55
mode: 'site',
6-
logo: 'http://doc-image.zhangwj.com/img/go-admin.png',
6+
logo: 'https://doc-image.zhangwj.com/img/go-admin.png',
77
navs: {
88
'en-US': [
99
null,

0 commit comments

Comments
 (0)