deployment updates

This commit is contained in:
Harivansh Rathi 2024-12-04 21:42:08 -05:00
parent 8ee24fd762
commit e426c4ff92
3 changed files with 14 additions and 1 deletions

8
netlify.toml Normal file
View file

@ -0,0 +1,8 @@
[build]
command = "npm run build"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200