From 93799af83c6dd36ef41935fcaabff9c6342e8421 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Sat, 10 Jun 2023 22:02:08 +0700 Subject: [PATCH] chore(config): netlify deployment support (#443) * Create netlify.toml * Update netlify.toml --------- Co-authored-by: Corentin THOMASSET --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..b87b8d3d --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200