{"componentChunkName":"component---src-templates-post-jsx","path":"/first-post","result":{"data":{"mdx":{"frontmatter":{"slug":"first-post","title":"Welcome to my new blog","date":"22 November, 2019","image":{"childImageSharp":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wgARCAAeABQDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAQBAgUG/8QAFwEAAwEAAAAAAAAAAAAAAAAAAgMEAf/aAAwDAQACEAMQAAAB4+7EAaQ2aOvXWqq3DHh8f//EAB0QAQACAgIDAAAAAAAAAAAAAAEAAgQRAxASEyH/2gAIAQEAAQUC8YnTx6jT565Y1bUslVxFXDtL4a2//8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxEQITH/2gAIAQMBAT8BrmIZIwwWi7a//8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECESH/2gAIAQIBAT8BNLl7wUH/xAAaEAACAgMAAAAAAAAAAAAAAAAAARAyESAx/9oACAEBAAY/AjmJWtkWRZH/xAAdEAEBAQACAgMAAAAAAAAAAAABABEhUUFxkaHh/9oACAEBAAE/IRRIYcdeZOZh7yy+yUP7dDZywrb4+CBHLI//2gAMAwEAAgADAAAAEMQizv/EABkRAQADAQEAAAAAAAAAAAAAAAEAETFh0f/aAAgBAwEBPxAABN9qIjUANnOwrT//xAAYEQEBAQEBAAAAAAAAAAAAAAABACExcf/aAAgBAgEBPxBd8gS28WF//8QAHRABAAIDAQADAAAAAAAAAAAAAQARITFRQWGRof/aAAgBAQABPxBCh41AdIUtr+TcoRyIrdl+Rdy79GrKjEBc+Ug6sDlnI38Gc6I3cFL1cp1mcK7cEx9bLheCtLP/2Q==","aspectRatio":0.6666666666666666,"src":"/static/6d012e6654c988083c2aaa78bf4cc164/57238/welcome.jpg","srcSet":"/static/6d012e6654c988083c2aaa78bf4cc164/5398f/welcome.jpg 200w,\n/static/6d012e6654c988083c2aaa78bf4cc164/26a4d/welcome.jpg 400w,\n/static/6d012e6654c988083c2aaa78bf4cc164/57238/welcome.jpg 800w,\n/static/6d012e6654c988083c2aaa78bf4cc164/23dde/welcome.jpg 1200w,\n/static/6d012e6654c988083c2aaa78bf4cc164/526a4/welcome.jpg 1600w,\n/static/6d012e6654c988083c2aaa78bf4cc164/08250/welcome.jpg 2432w","srcWebp":"/static/6d012e6654c988083c2aaa78bf4cc164/240ac/welcome.webp","srcSetWebp":"/static/6d012e6654c988083c2aaa78bf4cc164/04c4c/welcome.webp 200w,\n/static/6d012e6654c988083c2aaa78bf4cc164/ebea1/welcome.webp 400w,\n/static/6d012e6654c988083c2aaa78bf4cc164/240ac/welcome.webp 800w,\n/static/6d012e6654c988083c2aaa78bf4cc164/823f0/welcome.webp 1200w,\n/static/6d012e6654c988083c2aaa78bf4cc164/9e49e/welcome.webp 1600w,\n/static/6d012e6654c988083c2aaa78bf4cc164/c602f/welcome.webp 2432w","sizes":"(max-width: 800px) 100vw, 800px"}}},"excerpt":"Welcome 🔥"},"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"slug\": \"first-post\",\n  \"date\": \"22 November, 2019\",\n  \"dateForSorting\": \"2019-11-22T18:11:40.527Z\",\n  \"title\": \"Welcome to my new blog\",\n  \"tags\": [\"Welcome🔥\", \"First Post\"],\n  \"excerpt\": \"Welcome 🔥\",\n  \"image\": \"/assets/welcome.jpg\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Welcome to my new Blog guys.\"), mdx(\"p\", null, \"I'll try my best to push out content as regularly as possible\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"first-post"}}}