Skip to content

Commit

Permalink
new actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Apr 18, 2024
1 parent 8b5b8c1 commit 28d7a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/decide/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
: "";
Expand Down
2 changes: 1 addition & 1 deletion src/explore/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
: "";
Expand Down

0 comments on commit 28d7a6a

Please sign in to comment.