Skip to content

Commit 7fda4d7

Browse files
fixed the path to checkout existing blog posts
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 77822a8 commit 7fda4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/blog/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
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)