From 864c8c1631c0e5257d62b10cdbbefb1408917511 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Sat, 27 Jun 2026 23:58:42 -0700 Subject: [PATCH] =?UTF-8?q?chore(marketing):=20redirect=20/demo=20?= =?UTF-8?q?=E2=86=92=20home=20after=20pulling=20the=20browser=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Belt-and-braces so any lingering /demo links resolve cleanly. The currently edge-cached /demo copy still needs a Cloudflare cache purge to clear now. Co-Authored-By: Claude Opus 4.8 (1M context) --- sites/marketing/public/_redirects | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sites/marketing/public/_redirects diff --git a/sites/marketing/public/_redirects b/sites/marketing/public/_redirects new file mode 100644 index 00000000..46c813ab --- /dev/null +++ b/sites/marketing/public/_redirects @@ -0,0 +1,5 @@ +# The in-browser demo was pulled (on-device latency was too slow for a good +# first impression). Send any lingering /demo links home. Note: edge-cached +# copies need a Cloudflare cache purge to clear immediately. +/demo/* / 301 +/demo / 301