From d86a0a3c090cb6570a73fee19c836774d9b6bef2 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 13 Dec 2025 21:58:42 +0000 Subject: [PATCH] Added routes json for cloudflare. --- public/_routes.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/_routes.json diff --git a/public/_routes.json b/public/_routes.json new file mode 100644 index 0000000..55e77a8 --- /dev/null +++ b/public/_routes.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "include": ["/*"], + "exclude": [] +}