-
Notifications
You must be signed in to change notification settings - Fork 1
/
component---src-pages-404-js-346c2975468f913d3210.js.map
1 lines (1 loc) · 1.37 KB
/
component---src-pages-404-js-346c2975468f913d3210.js.map
1
{"version":3,"file":"component---src-pages-404-js-346c2975468f913d3210.js","mappings":"sMAMe,SAASA,EAAT,GAA2C,IAAnBC,EAAkB,EAAlBA,KAAMC,EAAY,EAAZA,SACrCC,EAAYF,EAAKG,KAAKC,aAAaC,MAEzC,OACE,gBAAC,IAAD,CAAQJ,SAAUA,EAAUI,MAAOH,GACjC,gBAAC,IAAD,CAAKG,MAAM,mBACX,sBAAIC,UAAU,eAAd,iBACiB,IACf,wBAAMC,KAAK,MAAM,aAAW,YAA5B,OAKF,qBAAGD,UAAU,eAAb,qCACwC,gBAAC,EAAAE,KAAD,CAAMC,GAAG,KAAT,SAI7C,C","sources":["webpack://brian-friel/./src/pages/404.js"],"sourcesContent":["import React from \"react\"\nimport { graphql, Link } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nexport default function NotFoundPage({ data, location }) {\n const siteTitle = data.site.siteMetadata.title\n\n return (\n <Layout location={location} title={siteTitle}>\n <SEO title=\"404: Not Found\" />\n <h1 className=\"text-center\">\n Page Not Found{\" \"}\n <span role=\"img\" aria-label=\"thinking\">\n 🤔\n </span>\n </h1>\n\n <p className=\"text-center\">\n Sorry about that... Let's get you <Link to=\"/\">home</Link>\n </p>\n </Layout>\n )\n}\n\nexport const pageQuery = graphql`\n query {\n site {\n siteMetadata {\n title\n }\n }\n }\n`\n"],"names":["NotFoundPage","data","location","siteTitle","site","siteMetadata","title","className","role","Link","to"],"sourceRoot":""}