Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dark-taxis-create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-astro': patch
---

Fixed spacing bug in two example/template pages under "Examples/..."
2 changes: 1 addition & 1 deletion examples/advanced-routing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from '../layouts/Layout.astro';
<h1>Advanced Routing</h1>
<p>
This example uses <code>src/app.ts</code> to control the request pipeline with Hono. Individual feature
middleware from <code>astro/hono</code> and <code>astro/fetch</code>
middleware from <code>astro/hono</code> and <code>astro/fetch</code>{' '}
are composed together, with your own Hono middleware running between them.
</p>

Expand Down
12 changes: 6 additions & 6 deletions examples/blog/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
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
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.
</p>
Expand All @@ -34,13 +34,13 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
</ul>
<p>
Have fun! If you get stuck, remember to
<a href="https://docs.astro.build/">read the docs</a>
Have fun! If you get stuck, remember to{' '}
<a href="https://docs.astro.build/">read the docs</a>{' '}
or <a href="https://astro.build/chat">join us on Discord</a> to ask questions.
</p>
<p>
Looking for a blog template with a bit more personality? Check out
<a href="https://github.com/Charca/astro-blog-template">astro-blog-template</a>
Looking for a blog template with a bit more personality? Check out{' '}
<a href="https://github.com/Charca/astro-blog-template">astro-blog-template</a>{' '}
by <a href="https://twitter.com/Charca">Maxi Ferreira</a>.
</p>
</main>
Expand Down
Loading