{"version":3,"file":"component---src-pages-blogue-js-d6deed956fd01d84be84.js","mappings":"mMAmDA,UA5CmBA,KACjB,MAAMC,GAAOC,EAAAA,EAAAA,gBAAe,cA2B5B,OACEC,EAAAA,cAACC,EAAAA,EAAM,CACPC,KAAK,QACLC,WAAW,YACXC,QAAQ,EACRC,MAAM,UACJL,EAAAA,cAACM,EAAAA,EAAG,CACFD,MAAM,sCACNE,YAAa,8IAEdP,EAAAA,cAACQ,EAAAA,EAAI,CAACN,KAAK,QAAQO,MAAOX,EAAKY,6BAA6BC,MAAOC,UAAWd,EAAKe,0BAA0BF,QAC7GX,EAAAA,cAACc,EAAAA,EAAkB,MACb,C","sources":["webpack://attractif-website/./src/pages/blogue.js"],"sourcesContent":["import React from \"react\";\nimport {graphql, useStaticQuery} from 'gatsby';\nimport Blog from '../layouts/Blog/';\nimport Layout from \"../components/layout\";\nimport Seo from \"../components/seo\";\nimport HomeContentSection from '../layouts/Home/HomeContentSection';\n\nconst BlogPageFr = () => {\n const data = useStaticQuery(graphql`\n query BlogPageFr {\n allContentfulArticleDeBlogue(filter: {node_locale: {eq: \"fr-CA\"}}) {\n edges {\n node {\n title\n createdAt(locale: \"fr\", formatString: \"Do MMMM YYYY\")\n excerpt\n slug\n postTypes {\n name\n }\n headerImg {\n gatsbyImageData(layout: CONSTRAINED)\n }\n }\n }\n }\n allContentfulTypeDarticle(sort: {fields: name, order: ASC}, filter: {node_locale: {eq: \"fr-CA\"}}) {\n edges {\n node {\n name\n }\n }\n }\n }\n `)\n return (\n \n \n \n \n \n )\n}\n\nexport default BlogPageFr"],"names":["BlogPageFr","data","useStaticQuery","React","Layout","lang","switchLink","slider","title","Seo","description","Blog","posts","allContentfulArticleDeBlogue","edges","postTypes","allContentfulTypeDarticle","HomeContentSection"],"sourceRoot":""}