commit a0231192fa98d772f0f58ee63fd40e3d779757e1 parent 1f4ac34bbc9448e95303ecc3ee87af57f734e3b7 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Mon, 19 Aug 2019 20:16:03 +0700 hotfix(Netlify) => modify netlify.toml Diffstat:
M | netlify.toml | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/netlify.toml b/netlify.toml @@ -1,5 +1,6 @@ -# The following redirect is intended for use with most SPAs that handle -# routing internally. +[build] + publish = "build/" + [[redirects]] from = "/*" to = "/index.html"