From 17c528c23dbd053ee1dfe77993cad6b412375761 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 11 Aug 2024 03:32:35 -0500 Subject: [PATCH] use local thumbor again --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2e76eca..e7d37a0 100644 --- a/index.js +++ b/index.js @@ -65,7 +65,7 @@ var cachedImages = JSON.parse(fs.readFileSync(cacheFile)) var constants = JSON.parse(fs.readFileSync(path.join(__dirname, "constants.json"))) var activityImages = constants.activityImages -var thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe/" +var thumborURL = "https://thumbor.violets-purgatory.dev/unsafe/" var imgExtension = "png" var thumborArgs = `filters:format(${imgExtension})/`