We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f783d commit 35998aeCopy full SHA for 35998ae
1 file changed
src/pages/lymphoma.tsx
@@ -43,7 +43,6 @@ export const pageQuery = graphql`
43
allMarkdownRemark(
44
filter: { frontmatter: { slug: { regex: "/^/lymphoma//" } } }
45
sort: { fields: frontmatter___date, order: DESC }
46
- limit: 10
47
) {
48
edges {
49
node {
0 commit comments