Skip to content

Commit 5b5e90a

Browse files
committed
fix bug(大小写在unix下敏感);旧主站域名调整
1 parent d8b8c89 commit 5b5e90a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
items:[
7474
{
7575
label:'下载',
76-
to: 'https://www.codelab.club/blog/codelab-download/'
76+
to: 'https://www-old.codelab.club/blog/codelab-download/'
7777
},
7878
]
7979
},

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function Home() {
120120
<p className={clsx(styles.subtitle1)}>延伸至可编程空间</p>
121121
<p className={clsx(styles.subtitleNote)}>在 CodeLab Adapter 的驱动下,实现软件、硬件,虚拟动画角色、物理实体、AI 的互动联通</p>
122122
<div className={clsx("container text--center padding-top--md padding-bottom--md",styles.spacevideo)} style={{background: 'white', fontSize: 0}}>
123-
<Video src="https://scratch3-files.just4fun.site/play.mp4" poster="/img/play.png"/>
123+
<Video src="https://scratch3-files.just4fun.site/play.mp4" poster="/img/Play.png"/>
124124
</div>
125125
</div>
126126
<div className="container padding-top-lg">

0 commit comments

Comments
 (0)