Skip to content

AlexanderProd/gatsby-source-filesystem-theme-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Reproduce

  1. clone the repository
  2. yarn workspace example.com install
  3. yarn workspace example.com start
  4. go to http://localhost:8000/___graphql
  5. run the following query
query MyQuery {
  allFile {
    edges {
      node {
        id
        name
      }
    }
  }
}

Expected Result

Expected the files in example.com/images/ to be shown in the graphql query.

Actual Result

No files are found, even though gatsby-source-filesystem is configured and files are present in the example.com/images/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published