add the scraping buttons back

This commit is contained in:
Cooper Ransom 2024-03-07 21:49:24 -05:00
parent 94614e69ac
commit 15d931f06f
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@ window.__CONFIG__ = {
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
// Maybe do this at a later date
//VITE_TURNSTILE_KEY: "3x00000000000000000000FF",
//VITE_TURNSTILE_KEY: "3x00000000000000000000FF", // https://movie-web.github.io/docs/proxy/configuration
// 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: "",

View File

@ -151,7 +151,6 @@ export function ScrapingPart(props: ScrapingProps) {
</div>
);
})}
{/* IDK to keep this or remove it
<div className="flex gap-3">
<Button
href="/"
@ -170,7 +169,6 @@ export function ScrapingPart(props: ScrapingProps) {
{t("notFound.reloadButton")}
</Button>
</div>
*/}
</div>
</div>
);