mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: image relative path in rss feed, modify the path of the local images
-
This commit is contained in:
parent
4d3ce1f73f
commit
385b5508aa
27 changed files with 220 additions and 164 deletions
10
README.zh.md
10
README.zh.md
|
@ -1,5 +1,5 @@
|
|||
<img alt="Cover Image" src="assets/retypeset-zh-desktop.webp"/>
|
||||
<img alt="Cover Image" src="assets/retypeset-zh-mobile.webp"/>
|
||||
<img alt="Cover Image" src="images/retypeset-zh-desktop.webp"/>
|
||||
<img alt="Cover Image" src="images/retypeset-zh-mobile.webp"/>
|
||||
|
||||
<div align="center">
|
||||
<a title="en" href="README.md">
|
||||
|
@ -45,7 +45,7 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主
|
|||
|
||||
<p align="center">
|
||||
<a href="https://pagespeed.web.dev/analysis?url=https%3A%2F%2Fretypeset.radishzz.cc%2F">
|
||||
<img width="710" alt="Retypeset Lighthouse Score" src="assets/retypeset-lighthouse-score.svg">
|
||||
<img width="710" alt="Retypeset Lighthouse Score" src="images/retypeset-lighthouse-score.svg">
|
||||
<a>
|
||||
</p>
|
||||
|
||||
|
@ -78,8 +78,8 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主
|
|||
|
||||
5. 参考 [Astro 部署指南](https://docs.astro.build/zh-cn/guides/deploy/),将博客部署至 Netlify、Vercel 等平台。
|
||||
|
||||
 [](https://app.netlify.com/start)
|
||||
[](https://vercel.com/new)
|
||||
 [](https://app.netlify.com/start)
|
||||
[](https://vercel.com/new)
|
||||
|
||||
## 更新
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue