summaryrefslogtreecommitdiffstats
path: root/.next/dist/lib/image.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2017-09-15 14:26:13 -0400
committerWes Bos <wesbos@gmail.com>2017-09-15 14:26:13 -0400
commit1450e579c67e3d969cb099dfe6c1cefd1e313fb5 (patch)
tree5c255968082c16452f1dc8245dbbb890f91dce87 /.next/dist/lib/image.js
parent7af74ff8988961c988f03c95961b70c2918521ae (diff)
yep
Diffstat (limited to '.next/dist/lib/image.js')
-rw-r--r--.next/dist/lib/image.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/.next/dist/lib/image.js b/.next/dist/lib/image.js
deleted file mode 100644
index 53e68cd..0000000
--- a/.next/dist/lib/image.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (image) {
- var width = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 300;
- var height = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 300;
-
- if (!image || !image.secret) return '';
- return 'https://images.graph.cool/v1/cj5xz8szs28930145gct82bdj/' + image.secret + '/' + width + 'x' + height;
-}; \ No newline at end of file