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)!