summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-16 20:05:05 +0300
committerYuval Adam <_@yuv.al>2019-10-16 20:05:05 +0300
commit99c8d0d1fdd32bae90d8c766c542cc06891e088d (patch)
tree9d28706f8978070444338d77c4987abe5c23d730 /package.json
parent20d1763aff2c401d3d53fec7e9cfd0278f51016c (diff)
Proxy imgs.json in development to avoid CORS issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 341a117..e322281 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,6 @@
},
"devDependencies": {
"serverless": "^1.44.1"
- }
+ },
+ "proxy": "https://imgs.geshem.space/"
}