You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"version":3,"sources":["webpack:///./src/pages/blog.js"],"names":["Blog","title","style","color","to"],"mappings":"2FAAA,oEAceA,UARF,kBACX,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,SACX,qDACA,kBAAC,OAAD,CAAMC,MAAO,CAAEC,MAAM,WAAaC,GAAG,KAArC","file":"component---src-pages-blog-js-e1afdb6f2c7dc424a570.js","sourcesContent":["import React from \"react\"\nimport { Link } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nconst Blog = () => (\n <Layout>\n <SEO title=\"blog\" />\n <h1>I'll write blog posts</h1>\n <Link style={{ color: `#9f8ec2`}} to=\"/\">Go back to the homepage</Link>\n </Layout>\n)\n\nexport default Blog\n"],"sourceRoot":""}