Skip to content

Commit

Permalink
Merge branch 'main' into 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Feb 27, 2025
2 parents 13c98a6 + 3b6e586 commit f2a8ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/tutorial/5-astro-api/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import { Steps } from '@astrojs/starlight/components';

배열의 각 경로에 새 prop을 제공한 다음 해당 prop을 함수 외부의 컴포넌트 템플릿에서 사용할 수 있도록 만드세요.

```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}"
---
import BaseLayout from '../../layouts/BaseLayout.astro';
Expand Down

0 comments on commit f2a8ce5

Please sign in to comment.