{"version":3,"sources":["webpack:///./src/pages/index.mdx"],"names":["pageQuery","_frontmatter","layoutProps","MDXLayout","data","noThrow","to","withPrefix","site","siteMetadata","startPageRedirect","MDXContent","components","props","mdxType","isMDXComponent"],"mappings":"sUAOO,IAAMA,EAAY,aASZC,EAAe,GAOtBC,EAAc,CAClBF,YACAC,gBAGIE,EAAY,SAAC,GAAD,IAChBC,EADgB,EAChBA,KADgB,OAEZ,cAAC,WAAD,CAAUC,SAAO,EAACC,GAAIC,qBAAWH,EAAKI,KAAKC,aAAaC,sBAE/C,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,E,oIACF,mBACD,OAAO,cAACV,EAAD,iBAAeD,EAAiBW,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,eAQhFH,EAAWI,gBAAiB","file":"component---src-pages-index-mdx-99f9f47328fb7a808340.js","sourcesContent":["import React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nimport { Redirect } from '@reach/router';\nimport { graphql, withPrefix } from 'gatsby';\nexport const pageQuery = graphql`\n query {\n site {\n siteMetadata {\n startPageRedirect\n }\n }\n }\n`;\nexport const _frontmatter = {};\n\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return
;\n};\n\nconst layoutProps = {\n pageQuery,\n _frontmatter\n};\n\nconst MDXLayout = ({\n data\n}) =>