diff --git a/manifest.json b/manifest.json index 228a2632..608146aa 100644 --- a/manifest.json +++ b/manifest.json @@ -56,7 +56,7 @@ "purpose": "any" }, { - "src": "public/splash_screens/icon144x144.png", + "src": "/splash_screens/icon144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" diff --git a/public/config.js b/public/config.js index 878e6a92..3ed8db0a 100644 --- a/public/config.js +++ b/public/config.js @@ -14,6 +14,8 @@ window.__CONFIG__ = { // The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com", + VITE_TURNSTILE_KEY: "0x4AAAAAAAS81pG5ZOMv0QWKzXfMLGrwzd0", // 0x4AAAAAAAS81noD_91gtB_S + // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-" and "movie-" VITE_DISALLOWED_IDS: "" };