diff options
author | 2022-08-15 00:26:33 -0400 | |
---|---|---|
committer | 2022-08-15 00:26:33 -0400 | |
commit | 0e2f4d74b77cc05b161afe69a8713935fe41591f (patch) | |
tree | 7ec5e614c1db4b7c577cd995e74d0d550e3b622e /examples/blog/README.md | |
parent | 16edf0c7730d273771f75f959c9f8015a4f69238 (diff) | |
download | astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.tar.gz astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.tar.zst astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.zip |
image fix (#4322)
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r-- | examples/blog/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md index c5a53616b..b351bee6e 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -10,12 +10,12 @@ npm init astro -- --template blog Features: -- ✅ SEO-friendly setup with canonical URLs and OpenGraph data -- ✅ `@astrojs/image` image optimizations -- ✅ Sitemap support -- ✅ Markdown & MDX support - ✅ Minimal styling (make it your own!) - ✅ 100/100 Lighthouse performance +- ✅ SEO-friendly with canonical URLs and OpenGraph data +- ✅ Sitemap support +- ✅ RSS Feed support +- ✅ Markdown & MDX support ## 🚀 Project Structure |