diff options
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> |