chore(config): netlify deployment support (#443)

* Create netlify.toml

* Update netlify.toml

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
This commit is contained in:
David Nguyen 2023-06-10 22:02:08 +07:00 committed by GitHub
parent 962a6d6ec4
commit 93799af83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
netlify.toml Normal file
View File

@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200