{"version":3,"file":"component---src-pages-index-js-292d3c92f663cbeec49d.js","mappings":"m4BAwEA,UApEc,SAAHA,GAAkB,IAAZC,EAAID,EAAJC,KAGf,OAAOC,EAAAA,cAACC,EAAAA,EAAI,CAACF,KAAI,GAAAG,OAAAC,EAAMJ,EAAKK,sBAAsBC,OAAKF,EAAKJ,EAAKO,yBAAyBD,QAAQE,OAFnF,MAGjB,C","sources":["webpack://gatsby-starter-default/./src/pages/index.js"],"sourcesContent":["import React from \"react\"\nimport Home from \"../components/PageComponents/index\"\nimport { graphql } from \"gatsby\"\n\nconst Index = ({ data }) => {\n const prefix = \"au\"\n\n return \n}\n\nexport const pageQuery = graphql`\n query IndexQuery {\n allPrismicWebsiteArticle {\n nodes {\n data {\n featured_image {\n url\n }\n text {\n richText\n }\n title {\n text\n }\n description {\n richText\n }\n byliner {\n richText\n }\n date\n }\n alternate_languages {\n lang\n }\n lang\n tags\n uid\n first_publication_date\n }\n }\n allPrismicBothArticle {\n nodes {\n data {\n featured_image {\n url\n }\n text {\n richText\n }\n title {\n text\n }\n description {\n richText\n }\n byliner {\n richText\n }\n date\n }\n alternate_languages {\n lang\n }\n lang\n tags\n uid\n first_publication_date\n }\n }\n }\n`\nexport default Index\n"],"names":["_ref","data","React","Home","concat","_toConsumableArray","allPrismicBothArticle","nodes","allPrismicWebsiteArticle","prefix"],"sourceRoot":""}