From 15004a9e45dcddb8e80a949407d6ce9c4f7fed8b Mon Sep 17 00:00:00 2001 From: Pulkit3234 Date: Mon, 17 May 2021 07:41:48 +0530 Subject: [PATCH] deployment change-1 --- netlify.toml | 4 ++++ public/netlify.toml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..f65529b --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file diff --git a/public/netlify.toml b/public/netlify.toml index d44b0cf..f65529b 100644 --- a/public/netlify.toml +++ b/public/netlify.toml @@ -1 +1,4 @@ -[[redirects]] from = "/*" to = "/index.html" status = 200 \ No newline at end of file +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file