Skip to content

Commit d0b39b6

Browse files
committed
🐞fix(首页图片命名后缀):
1 parent 610d529 commit d0b39b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function Home() {
162162
<article className={clsx(styles.box)}>
163163
<div className={clsx(styles.imageFeature)}>
164164
<a href="/blog/2020/11/03/3.7-release" target="_blank">
165-
<img src="/img/adapter373.png" alt = "CodeLab Adapter 3.7 发布"></img>
165+
<img src="/img/adapter373.jpg" alt = "CodeLab Adapter 3.7 发布"></img>
166166
</a>
167167
</div>
168168
<h3>

0 commit comments

Comments
 (0)