{"version":3,"sources":["webpack://pydyniak-com-blog/./src/pages/index.js"],"names":["Home","data"],"mappings":"wMAKe,SAASA,EAAT,GAAyB,IAATC,EAAQ,EAARA,KAC7B,OACE,QAAC,IAAD,CAAaA,KAAMA","file":"component---src-pages-index-js-54a0df1abc537c9ca5db.js","sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport ArticleList from \"../components/ArticleList\"\n\n\nexport default function Home({ data }) {\n return (\n \n )\n}\n\nexport const query = graphql`\n query {\n allMarkdownRemark(\n sort: { fields: [frontmatter___date], order: DESC }\n filter: { frontmatter: { type: { eq: \"Post\" } } }\n ) {\n totalCount\n edges {\n node {\n id\n frontmatter {\n title\n date\n coverImage {\n childImageSharp {\n fixed(width: 200) {\n ...GatsbyImageSharpFixed\n }\n }\n }\n categories\n excerpt\n }\n fields {\n slug\n }\n excerpt(pruneLength: 500)\n }\n }\n }\n }\n`\n"],"sourceRoot":""}