Skip to content

Commit 542d07f

Browse files
DamanjeetSingh1PeterDraex
authored andcommitted
fixed the path to checkout existing blog posts on the home page of the blog starter template (withastro#10814)
Currently the 4th point on home page says: "Check out the included blog posts in src/pages/blog/". It the path here should be "src/content/blog/".
1 parent 4f58aeb commit 542d07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blog/src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
3030
<li>Edit this page in <code>src/pages/index.astro</code></li>
3131
<li>Edit the site header items in <code>src/components/Header.astro</code></li>
3232
<li>Add your name to the footer in <code>src/components/Footer.astro</code></li>
33-
<li>Check out the included blog posts in <code>src/pages/blog/</code></li>
33+
<li>Check out the included blog posts in <code>src/content/blog/</code></li>
3434
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
3535
</ul>
3636
<p>

0 commit comments

Comments
 (0)