From df3f5c7837da30666c526ca0a6603157cea233dc Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 29 Feb 2024 23:24:02 -0500 Subject: [PATCH] Change dmca email --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 275a670e..03ccca7a 100644 --- a/public/config.js +++ b/public/config.js @@ -6,7 +6,7 @@ window.__CONFIG__ = { VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJiZmU0OGY4NjFkY2NmMjczMzUyMDdmMWVjYmVkNjNjNiIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.GiCKswc2u9NraBbujm0ykI5G3p-K9WJoHg40jYbFv4o", // The DMCA email displayed in the footer, null to hide the DMCA link - VITE_DMCA_EMAIL: "dreadpiratecozi@onionmail.org", + VITE_DMCA_EMAIL: "sudo-flix@proton.me", // Whether to disable hash-based routing, leave this as false if you don't know what this is VITE_NORMAL_ROUTER: false,