Skip to content

Commit 629c11a

Browse files
committed
Update: 评论 https 设置
1 parent 5a7bd7c commit 629c11a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/themeConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
comments: {
1717
type: 'artalk',
1818
options: {
19-
server: 'http://artalk.namichong.com',
19+
server: 'https://artalk.namichong.com',
2020
site: 'Hi! Tmiracle'
2121
}
2222
},

package/theme/light/var.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.nano-theme {
1010
--scale: 0;
11-
--base-size: calc((var(--scale) * 1px) + 16px);
11+
--base-size: calc((var(--scale) * 1px) + 14px);
1212

1313
* {
1414
font-size: var(--base-size);

0 commit comments

Comments
 (0)