From b9026c50f533245121b83fe3d6e722934e82a924 Mon Sep 17 00:00:00 2001 From: zisra <100528712+zisra@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:58:47 -0600 Subject: [PATCH] Picture in picture --- public/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/config.js b/public/config.js index eb936081..45c940b8 100644 --- a/public/config.js +++ b/public/config.js @@ -1,7 +1,6 @@ window.__CONFIG__ = { // url must NOT end with a slash - VITE_CORS_PROXY_URL: "", - + VITE_CORS_PROXY_URL: "https://cors.movie-web.app", VITE_TMDB_API_KEY: "b030404650f279792a8d3287232358e3", VITE_OMDB_API_KEY: "aa0937c0", };