From 6241f8719f4a49f8f496bdd89d03e2d684032adb Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Sat, 18 Jul 2026 12:28:36 +0800 Subject: [PATCH] chore(landing): regenerate _redirects for remove-gif-background (#573) Resyncs the generated _redirects with the tool catalog; it drifted when remove-gif-background was added without rerunning scripts/generate-redirects.mjs. Landing-only PR, admin-merged past the path-skipped required checks. --- apps/landing/public/_redirects | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/landing/public/_redirects b/apps/landing/public/_redirects index f0ae2cdb..848f0c7e 100644 --- a/apps/landing/public/_redirects +++ b/apps/landing/public/_redirects @@ -31,6 +31,8 @@ /tools/color-blindness /tools/image/color-blindness/ 301 /tools/remove-background/ /tools/image/remove-background/ 301 /tools/remove-background /tools/image/remove-background/ 301 +/tools/remove-gif-background/ /tools/image/remove-gif-background/ 301 +/tools/remove-gif-background /tools/image/remove-gif-background/ 301 /tools/upscale/ /tools/image/upscale/ 301 /tools/upscale /tools/image/upscale/ 301 /tools/erase-object/ /tools/image/erase-object/ 301