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/src/pages/index.astro | |
parent | 16edf0c7730d273771f75f959c9f8015a4f69238 (diff) | |
download | astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.tar.gz astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.tar.zst astro-0e2f4d74b77cc05b161afe69a8713935fe41591f.zip |
image fix (#4322)
Diffstat (limited to 'examples/blog/src/pages/index.astro')
-rw-r--r-- | examples/blog/src/pages/index.astro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro index 02ad846c9..b85a0b6dd 100644 --- a/examples/blog/src/pages/index.astro +++ b/examples/blog/src/pages/index.astro @@ -23,10 +23,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config'; This template comes with a few integrations already configured in your <code>astro.config.mjs</code> file. You can customize your setup with <a href="https://astro.build/integrations">Astro Integrations</a> to add tools like Tailwind, - React, or Vue to your project. Add a blog RSS feed with <a - href="https://docs.astro.build/en/guides/rss/" - >@astrojs/rss - </a>. + React, or Vue to your project. </p> <p>Here are a few ideas on how to get started with the template:</p> <ul> |