From f560fe33a6af06912277eeec94e0f11ec161770e Mon Sep 17 00:00:00 2001 From: smmariquit Date: Thu, 6 Aug 2026 21:55:42 +0800 Subject: [PATCH] feat: redirect the Cloudflare Pages domain to www.uplb.tools uplbtools.me is served by the uplbtools-me Cloudflare Pages project, not Vercel, so the vercel.json host redirect never fires there. Pages honors the _redirects file; this sends every request to the new canonical origin with the path preserved. --- public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..8dc4f44 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* https://www.uplb.tools/:splat 301