We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f58aeb commit 542d07fCopy full SHA for 542d07f
examples/blog/src/pages/index.astro
@@ -30,7 +30,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
30
<li>Edit this page in <code>src/pages/index.astro</code></li>
31
<li>Edit the site header items in <code>src/components/Header.astro</code></li>
32
<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>
+ <li>Check out the included blog posts in <code>src/content/blog/</code></li>
34
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
35
</ul>
36
<p>
0 commit comments