From 056cef9448de94cc1480e92551966a2e4c71dc82 Mon Sep 17 00:00:00 2001 From: Sean Ho Date: Tue, 17 Aug 2021 12:01:25 +0800 Subject: [PATCH 1/2] remove node engine version declaration --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b31b2d8632..f6688eae6a1 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,6 @@ "url": "https://github.com/binary-com/deriv-com/issues" }, "engines": { - "npm": ">=6.9.0", - "node": ">=12.3.0" + "npm": ">=6.9.0" } } From 8d9c5b48063a4eb17387f3fefa6174d32b13a96b Mon Sep 17 00:00:00 2001 From: Sean Ho Date: Tue, 17 Aug 2021 12:01:37 +0800 Subject: [PATCH 2/2] update cms endpoint --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 05f2d9008b7..565fd1d64b3 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -223,7 +223,7 @@ module.exports = { { resolve: '@directus/gatsby-source-directus', options: { - url: `https://cms.deriv.com`, + url: `http://cms.deriv.com`, dev: { refresh: '5s', },