From bac8d007169287bed32eef274918abb0db943a5d Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 11 Jul 2026 05:45:45 +0100 Subject: [PATCH] add _redirects --- public/_redirects | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..806178c --- /dev/null +++ b/public/_redirects @@ -0,0 +1,3 @@ +/buttons/* /assets/buttons/:splat 200 + +/gta-tools https://gitlab.com/futile/gta-tools 301