From b33ffa6ca73216039ad6a5808ad003b386dd977f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Mon, 19 May 2025 10:00:53 +0900 Subject: [PATCH] build: include _redirects for netlify deployment --- public/_redirects | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..e0ed98e --- /dev/null +++ b/public/_redirects @@ -0,0 +1,2 @@ +# Support SPA routing in Netlify +/* /index.html 200