summaryrefslogtreecommitdiff
path: root/examples/blog/src
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <bluwy@users.noreply.github.com> 2024-01-02 07:17:00 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-01-02 07:17:00 +0000
commit35987afeb5b4512ac18fa79c90902d7427952dee (patch)
tree0b44f3ac5ed95aec54ceb6f067d87210f579471b /examples/blog/src
parentb49bd313777410ad07c9a36477c985c571564813 (diff)
downloadastro-35987afeb5b4512ac18fa79c90902d7427952dee.tar.gz
astro-35987afeb5b4512ac18fa79c90902d7427952dee.tar.zst
astro-35987afeb5b4512ac18fa79c90902d7427952dee.zip
[ci] format
Diffstat (limited to 'examples/blog/src')
-rw-r--r--examples/blog/src/pages/index.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro
index 1c8be6135..5113c8e8d 100644
--- a/examples/blog/src/pages/index.astro
+++ b/examples/blog/src/pages/index.astro
@@ -16,14 +16,14 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<h1>🧑‍🚀 Hello, Astronaut!</h1>
<p>
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
- template serves as a lightweight, minimally-styled starting point for anyone looking to
- build a personal website, blog, or portfolio with Astro.
+ template serves as a lightweight, minimally-styled starting point for anyone looking to build
+ a personal website, blog, or portfolio with Astro.
</p>
<p>
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.
+ <a href="https://astro.build/integrations">Astro Integrations</a> to add tools like Tailwind,
+ React, or Vue to your project.
</p>
<p>Here are a few ideas on how to get started with the template:</p>
<ul>