From cb59ccb71609a84177f5627d63126004e5935759 Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Mon, 2 Mar 2026 22:06:45 -0800 Subject: [PATCH] chore(quotesdb): add _redirects SPA fallback for Cloudflare Pages routing Co-Authored-By: Claude Sonnet 4.6 --- quotesdb/_redirects | 1 + quotesdb/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 quotesdb/_redirects diff --git a/quotesdb/_redirects b/quotesdb/_redirects new file mode 100644 index 0000000..7797f7c --- /dev/null +++ b/quotesdb/_redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/quotesdb/index.html b/quotesdb/index.html index f5b653c..78f51fc 100644 --- a/quotesdb/index.html +++ b/quotesdb/index.html @@ -4,6 +4,7 @@ QuotesDB +