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
12
README.md
12
README.md
|
@ -1,5 +1,5 @@
|
|||
<img alt="Cover Image" src="assets/retypeset-en-desktop.webp"/>
|
||||
<img alt="Cover Image" src="assets/retypeset-en-mobile.webp"/>
|
||||
<img alt="Cover Image" src="images/retypeset-en-desktop.webp"/>
|
||||
<img alt="Cover Image" src="images/retypeset-en-mobile.webp"/>
|
||||
|
||||
<div align="center">
|
||||
<picture>
|
||||
|
@ -44,8 +44,8 @@ Retypeset is a static blog theme based on the [Astro](https://astro.build/) fram
|
|||
<br>
|
||||
|
||||
<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">
|
||||
<a href="https://pagespeed.web.dev/analysis?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fen%2F">
|
||||
<img width="710" alt="Retypeset Lighthouse Score" src="images/retypeset-lighthouse-score.svg">
|
||||
<a>
|
||||
</p>
|
||||
|
||||
|
@ -78,8 +78,8 @@ Retypeset is a static blog theme based on the [Astro](https://astro.build/) fram
|
|||
|
||||
5. Refer to the [Astro Deployment Guides](https://docs.astro.build/en/guides/deploy/) to deploy your blog to Netlify, Vercel, or other platforms.
|
||||
|
||||
 [](https://app.netlify.com/start)
|
||||
[](https://vercel.com/new)
|
||||
 [](https://app.netlify.com/start)
|
||||
[](https://vercel.com/new)
|
||||
|
||||
## Updates
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue