summaryrefslogtreecommitdiffstats
path: root/.next/dist/pages/_document.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2017-08-08 22:09:05 -0400
committerWes Bos <wesbos@gmail.com>2017-08-08 22:09:05 -0400
commit222ab374d53a206332b1ab51c7c43f6d5dc7a31e (patch)
tree2b446d96bfc6c7efab07f3d0fbb84d96ecb1253b /.next/dist/pages/_document.js
yep
Diffstat (limited to '.next/dist/pages/_document.js')
-rw-r--r--.next/dist/pages/_document.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.next/dist/pages/_document.js b/.next/dist/pages/_document.js
new file mode 100644
index 0000000..a3b7729
--- /dev/null
+++ b/.next/dist/pages/_document.js
@@ -0,0 +1,3 @@
+'use strict';
+
+module.exports = require('next/dist/server/document.js'); \ No newline at end of file