Skip to content

Commit

Permalink
i18n(ko-KR): update tutorial/6-islands/4.mdx (#10358)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Dec 13, 2024
1 parent c1e5964 commit 3afa945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/tutorial/6-islands/4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ import { Steps } from '@astrojs/starlight/components';
import MarkdownPostLayout from '../../layouts/MarkdownPostLayout.astro';
export async function getStaticPaths() {
const posts = await getCollection('posts');
const posts = await getCollection('blog');
return posts.map(post => ({
params: { slug: post.id }, props: { post },
}));
Expand Down

0 comments on commit 3afa945

Please sign in to comment.