diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
| commit | 222ab374d53a206332b1ab51c7c43f6d5dc7a31e (patch) | |
| tree | 2b446d96bfc6c7efab07f3d0fbb84d96ecb1253b /.next/bundles/pages/_document.js | |
yep
Diffstat (limited to '.next/bundles/pages/_document.js')
| -rw-r--r-- | .next/bundles/pages/_document.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.next/bundles/pages/_document.js b/.next/bundles/pages/_document.js new file mode 100644 index 0000000..afcc271 --- /dev/null +++ b/.next/bundles/pages/_document.js @@ -0,0 +1,18 @@ + + window.__NEXT_REGISTER_PAGE('/_document', function() { + var comp = module.exports = +webpackJsonp([2],{ + +/***/ 529: +/***/ (function(module, exports, __webpack_require__) { + +module.exports = __webpack_require__(530); + + +/***/ }) + +},[529]); +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlcy9wYWdlcy9fZG9jdW1lbnQuanMiLCJzb3VyY2VzIjpbXSwibWFwcGluZ3MiOiI7QTs7Ozs7Ozs7OztBIiwic291cmNlUm9vdCI6IiJ9 + return { page: comp.default } + }) +
\ No newline at end of file |
