Add netlify redirects (#53)

This commit is contained in:
Oleksandr 2021-06-23 09:43:19 +02:00 committed by GitHub
parent f3f9d5579c
commit 6f330ab107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
netlify.toml Normal file
View File

@ -0,0 +1,7 @@
[build]
command = "CI= npm run build"
[[redirects]]
from = "/*"
to = "/"
status = 200