From fbcc7b8009e3beb02bd610367cdbe9bad336dcba Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 21:39:53 -0500 Subject: [PATCH] Add 2 proxies instead of one for default setup --- public/config.js | 2 +- src/components/utils/Lightbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.js b/public/config.js index b039c78c..78dc7c7b 100644 --- a/public/config.js +++ b/public/config.js @@ -1,6 +1,6 @@ window.__CONFIG__ = { // The URL for the CORS proxy, the URL must NOT end with a slash! - VITE_CORS_PROXY_URL: "https://sudo-proxy.netlify.app", // https://mweb-proxy.up.railway.app + VITE_CORS_PROXY_URL: ["https://sudo-proxy.netlify.app", "https://mweb-proxy.up.railway.app"], // The READ API key to access TMDB VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJiZmU0OGY4NjFkY2NmMjczMzUyMDdmMWVjYmVkNjNjNiIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.GiCKswc2u9NraBbujm0ykI5G3p-K9WJoHg40jYbFv4o", diff --git a/src/components/utils/Lightbar.tsx b/src/components/utils/Lightbar.tsx index 059f7f2d..4fb1b50c 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -206,7 +206,7 @@ function ParticlesCanvas() { sizeRange: [28, 34] as [number, number], }, ]; - imageParticleCount = particleCount / 5; + imageParticleCount = particleCount / 5.8; } // HOIST THE SAIL (of particles)!