-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-113059d3e8758a0f2296.js.map
1 lines (1 loc) · 1.37 KB
/
component---src-pages-index-js-113059d3e8758a0f2296.js.map
1
{"version":3,"sources":["webpack://gatsby-starter-default/./src/pages/index.js"],"names":["title","S","src","width","quality","formats","alt","style","marginBottom","Link","to"],"mappings":"8gDA4BA,UArBkB,kBAChB,gBAAC,IAAD,KACE,gBAAC,IAAD,CAAKA,MAAM,SACX,uCACA,6DACA,0DACA,gBAAC,EAAAC,EAAD,CACEC,IAAI,iCACJC,MAAO,IACPC,QAAS,GACTC,QAAS,CAAC,OAAQ,OAAQ,QAC1BC,IAAI,qBACJC,MAAO,CAAEC,aAAa,WANxB,sBAQA,yBACE,gBAAC,EAAAC,KAAD,CAAMC,GAAG,YAAT,gBADF,IAC0C,2BACxC,gBAAC,EAAAD,KAAD,CAAMC,GAAG,sBAAT","file":"component---src-pages-index-js-113059d3e8758a0f2296.js","sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\nimport { StaticImage } from \"gatsby-plugin-image\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nconst IndexPage = () => (\n <Layout>\n <SEO title=\"Home\" />\n <h1>Hi people</h1>\n <p>Welcome to your new Gatsby site.</p>\n <p>Now go build something great.</p>\n <StaticImage\n src=\"../images/gatsby-astronaut.png\"\n width={300}\n quality={95}\n formats={[\"AUTO\", \"WEBP\", \"AVIF\"]}\n alt=\"A Gatsby astronaut\"\n style={{ marginBottom: `1.45rem` }}\n />\n <p>\n <Link to=\"/page-2/\">Go to page 2</Link> <br />\n <Link to=\"/using-typescript/\">Go to \"Using TypeScript\"</Link>\n </p>\n </Layout>\n)\n\nexport default IndexPage\n"],"sourceRoot":""}