From 28d7a6a15939d8dff894981090efad7438a6be62 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Thu, 18 Apr 2024 12:41:41 +0200 Subject: [PATCH] new actions --- src/decide/utils.js | 2 +- src/explore/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/decide/utils.js b/src/decide/utils.js index f4af130..33f29bd 100644 --- a/src/decide/utils.js +++ b/src/decide/utils.js @@ -3,7 +3,7 @@ export const html = String.raw; // use the image server if not using local images -const IMAGE_SERVER = +export const IMAGE_SERVER = typeof process === "undefined" || process.env.USE_LOCAL_IMAGES !== "true" ? "https://cdn.the-tractor.store" : ""; diff --git a/src/explore/utils.js b/src/explore/utils.js index f4af130..33f29bd 100644 --- a/src/explore/utils.js +++ b/src/explore/utils.js @@ -3,7 +3,7 @@ export const html = String.raw; // use the image server if not using local images -const IMAGE_SERVER = +export const IMAGE_SERVER = typeof process === "undefined" || process.env.USE_LOCAL_IMAGES !== "true" ? "https://cdn.the-tractor.store" : "";