chore(cdn): replace relative img paths to cdn

This commit is contained in:
andatoshiki 2022-11-13 15:33:06 +08:00
parent b2dc76815f
commit 796ef5e1b7

View File

@ -2,7 +2,7 @@
<!--END_SECTION:waka-->
<!-- header sine wave svg with name centered starts-->
<img width=100% src="./img/header.svg" alt="header banner" />
<img width=100% src="https://jsd.toshiki.dev/gh/andatoshiki/andatoshiki@master/img/header.svg" alt="header banner" />
<!-- header sine wave ends -->
<p align="center">
@ -22,5 +22,5 @@ You can click the Preview link to take a look at your changes.
<!-- test -->
<!-- footer sine wave svg centered starts-->
<img width=100% src="./img/footer.svg" alt="footer banner" />
<img width=100% src="https://jsd.toshiki.dev/gh/andatoshiki/andatoshiki@master/img/footer.svg" alt="footer banner" />
<!-- footer sine wave ends -->