We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
I keep adding markdown in the content folder. For some reason the data (no of rows) is always incomplete. There are pages missing.
Gridsome omits a markdownfile
which has a bad image path. where images have a capitalized extension sometimes for no reason even though these posts were verified earlier.
Steps to reproduce
I used the Gridsome starter site sample and modified to sort by date / desc.
{ posts: allPost(sortBy: "date" order: DESC ) { edges { node { id title path tags { id title path } date (format: "D. MMMM YYYY") timeToRead description coverImage (width: 770, height: 380, blur: 10) ...on Post { id title path } } } } } Expected result
What should happen? Actual result
What happened. Environment
Libs:
Browser:
For Tooling issues:
Others: Ubuntu..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I keep adding markdown in the content folder. For some reason the data (no of rows) is always incomplete. There are pages missing.
Gridsome omits a markdownfile
Steps to reproduce
I used the Gridsome starter site sample and modified to sort by date / desc.
{
posts: allPost(sortBy: "date" order: DESC ) {
edges {
node {
id
title
path
tags {
id
title
path
}
date (format: "D. MMMM YYYY")
timeToRead
description
coverImage (width: 770, height: 380, blur: 10)
...on Post {
id
title
path
}
}
}
}
}
Expected result
What should happen?
Actual result
What happened.
Environment
Libs:
Browser:
For Tooling issues:
Others:
Ubuntu..
The text was updated successfully, but these errors were encountered: