From 9febaff0d5064fdf71abe01c9b93cf5b2b3b7872 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Mon, 28 Jul 2025 23:31:01 +0200 Subject: [PATCH] fix: Netlify page not found --- public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..78f7f20 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file