diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index e9f9c27..8455dfb 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -34,7 +34,7 @@ export async function getStaticPaths() { const data = await wpquery({ query: ` query GetPostExcerpts { - posts { + posts(first:1000) { nodes { title dateGmt