-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-blog-helloworld-mdx-7b121d77b68f346f1289.js.map
1 lines (1 loc) · 1.99 KB
/
component---src-pages-blog-helloworld-mdx-7b121d77b68f346f1289.js.map
1
{"version":3,"sources":["webpack:///./src/pages/blog/helloworld.mdx"],"names":["_frontmatter","layoutProps","MDXContent","components","props","mdxType","children","title","isMDXComponent"],"mappings":"+QAMO,IAAMA,EAAe,CAC1B,MAAS,cACT,KAAQ,mBACR,KAAQ,aACR,MAAS,uBAQLC,EAAc,CAClBD,gBAGa,SAASE,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,E,oIACF,mBACD,OAAO,YALS,UAKT,iBAAeH,EAAiBG,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,cAE5E,YAAC,IAAD,CAAiBA,QAAQ,mBACvB,kBAAIC,SAAUN,EAAaO,QAC3B,8DACA,yEACA,uFACA,oGACA,gEACA,4CACA,kCAMNL,EAAWM,gBAAiB","file":"component---src-pages-blog-helloworld-mdx-7b121d77b68f346f1289.js","sourcesContent":["import React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nimport ContainerLayout from '../../components/containerLayout';\nexport const _frontmatter = {\n \"title\": \"Hello World\",\n \"path\": \"/blog/helloworld\",\n \"date\": \"2019-05-04\",\n \"image\": \"blog/helloworld.jpg\"\n};\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 <div {...props} />;\n};\n\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = \"wrapper\";\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n <ContainerLayout mdxType=\"ContainerLayout\">\n <h1 children={_frontmatter.title} />\n <p>{`It's Corona Virus time here in Italy.`}</p>\n <p>{`All of us have a lot of time to think and relax.`}</p>\n <p>{`During this time, I would like to experiment how far can I go.`}</p>\n <p>{`So I spend a little working with Gatsby and MDX, experimenting their power.`}</p>\n <p>{`This site is the result of there tests.`}</p>\n <p>{`How you will enjoy.`}</p>\n <p>{`Stefano`}</p>\n </ContainerLayout>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"sourceRoot":""}