Skip to content

Commit

Permalink
i18n(es): Update api-reference.md (withastro#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzunigacuellar authored Nov 6, 2022
1 parent 390713f commit e86e98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/es/reference/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const posts = await Astro.glob('../pages/post/*.md'); // devuelve un array de ar
<article>
<h1>{post.frontmatter.title}</h1>
<p>{post.frontmatter.description}</p>
<a href={post.frontmatter.url}>Read more</a>
<a href={post.url}>Read more</a>
</article>
))}
</div>
Expand Down

0 comments on commit e86e98b

Please sign in to comment.