Skip to content

Commit 96c947d

Browse files
authored
fix picture url
1 parent 447a693 commit 96c947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body::before {
3232
background-attachment: fixed;
3333
background-size: cover;
3434
background-repeat: no-repeat;
35-
background-image: url(https://cdn.jsdelivr.net/gh/chaptsand/blog_image_hosting@master/img/kagome.png); /* 背景图片,可自行替换 */
35+
background-image: url(https://cdn.jsdelivr.net/gh/chaptsand/blog_image_hosting@master/img/kagome.jpg); /* 背景图片,可自行替换 */
3636
z-index: 0;
3737
}
3838

0 commit comments

Comments
 (0)