From 3f1d2390b53e28dc190d7ff1de670cc3cb764900 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 9 Aug 2020 12:20:42 +0800 Subject: [PATCH] fix Netlify issue --- 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 0000000..b87b8d3 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200