Skip to content

Commit

Permalink
fixed website
Browse files Browse the repository at this point in the history
  • Loading branch information
joevaugh4n committed Dec 17, 2024
1 parent d3f54ed commit 57489b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getStaticPaths() {
const data = await wpquery({
query: `
query GetPostExcerpts {
posts {
posts(first:1000) {
nodes {
title
dateGmt
Expand Down

0 comments on commit 57489b0

Please sign in to comment.