Add netlify hosting

This commit is contained in:
obergodmar
2021-02-25 19:22:41 +03:00
parent bc0f03e574
commit c92719ffcc
3 changed files with 12 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[build]
command = "npm run build"
publish = "/build"
base = "/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200