We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176ecb8 commit 1d0d61dCopy full SHA for 1d0d61d
src/content/docs/en/tutorial/5-astro-api/2.mdx
@@ -65,7 +65,7 @@ You can create entire sets of pages dynamically using `.astro` files that export
65
66
Be sure to give each route in your array the new props, and then make those props available to your component template outside of your function.
67
68
- ```astro title="src/pages/tags/[tag].astro" ins={5,18} "props: {posts: allPosts}"
+ ```astro title="src/pages/tags/[tag].astro" ins={5,18} ins="props: {posts: allPosts}"
69
---
70
import BaseLayout from '../../layouts/BaseLayout.astro';
71
0 commit comments