Skip to content

Commit

Permalink
Add turnstile key
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Feb 29, 2024
1 parent efe3639 commit 09e3cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"purpose": "any"
},
{
"src": "public/splash_screens/icon144x144.png",
"src": "/splash_screens/icon144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
Expand Down
2 changes: 2 additions & 0 deletions public/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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-<id>" and "movie-<id>"
VITE_DISALLOWED_IDS: ""
};

0 comments on commit 09e3cf8

Please sign in to comment.