{"componentChunkName":"component---src-templates-post-js","path":"/week43","result":{"data":{"mdx":{"frontmatter":{"image":{"childImageSharp":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAPABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAQBAgP/xAAWAQEBAQAAAAAAAAAAAAAAAAACAQP/2gAMAwEAAhADEAAAAd4bri1xwc//xAAcEAACAQUBAAAAAAAAAAAAAAABAgADBBAREhP/2gAIAQEAAQUC8qaBVVibZIR1FXWP/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAERIf/aAAgBAwEBPwHIRH//xAAXEQADAQAAAAAAAAAAAAAAAAABEBES/9oACAECAQE/ATqr/8QAHBAAAQMFAAAAAAAAAAAAAAAAAAECESAhMUFh/9oACAEBAAY/AsSvS7Gm0o//xAAYEAEBAQEBAAAAAAAAAAAAAAABABEhcf/aAAgBAQABPyHttmEzeSXngMY7CtXZb//aAAwDAQACAAMAAAAQV8//xAAXEQADAQAAAAAAAAAAAAAAAAAAARFh/9oACAEDAQE/EEliGR//xAAXEQADAQAAAAAAAAAAAAAAAAAAAREh/9oACAECAQE/EKYeFZ//xAAbEAEAAwADAQAAAAAAAAAAAAABABExIVFxof/aAAgBAQABPxDZFltfIAKXFlKjFpeD7CokrEluCM6gXP/Z","aspectRatio":1.3333333333333333,"src":"/static/7c027866158f31ab006bbacb76e07a26/14b42/IMG_3197.jpg","srcSet":"/static/7c027866158f31ab006bbacb76e07a26/f836f/IMG_3197.jpg 200w,\n/static/7c027866158f31ab006bbacb76e07a26/2244e/IMG_3197.jpg 400w,\n/static/7c027866158f31ab006bbacb76e07a26/14b42/IMG_3197.jpg 800w,\n/static/7c027866158f31ab006bbacb76e07a26/47498/IMG_3197.jpg 1200w,\n/static/7c027866158f31ab006bbacb76e07a26/0e329/IMG_3197.jpg 1600w,\n/static/7c027866158f31ab006bbacb76e07a26/1faac/IMG_3197.jpg 3264w","sizes":"(max-width: 800px) 100vw, 800px"},"id":"048f2043-069e-5d87-bf89-bba59407b85d"}},"images":null,"author":"A-M","title":"Week 43- Coconut","category":"baking","rotate":null},"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  \"title\": \"Week 43- Coconut\",\n  \"slug\": \"week43\",\n  \"author\": \"A-M\",\n  \"image\": \"./images/IMG_3197.jpg\",\n  \"category\": \"baking\",\n  \"id\": 43\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(\"div\", {\n    className: \"main-page-container\"\n  }, mdx(\"p\", {\n    className: \"main-page-header\"\n  }, \"Week 43: Coconut\"), mdx(\"p\", {\n    className: \"sub-header-cream\"\n  }, \"Recipe: Coconut Milk Flan\"), mdx(\"p\", {\n    className: \"post-text\"\n  }, \"I usually make this with evaporated milk instead of coconut milk, but it is good both ways. The coconut version is a bit less sweet. I am allergic to coconut so I can't make most coconut things but coconut milk is apparently not a trigger for me. This flan recipe is also the best flan you could ever have, recipe courtesy of Myrna Perez.\", mdx(\"p\", null, \"1/2 cup sugar- melt until golden and pour in bottom of pan. Combine 1 can sweetened condensed milk, 1 can coconut milk (or evaporated milk), 4oz cream cheese, 1 tsp vanilla, and 3 eggs in a blender. Pour in pan over hardened and cooled caramel and bake in a water bath for one hour at 325 degrees. Chill for a few hours, then turn onto plate and serve. It is so simple, but it is one of my favorite go to dessert recipes.\"))));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"slug":"week43"}}}