chore: more chanages

This commit is contained in:
Harivansh Rathi 2025-01-04 04:32:59 +05:30
parent 0fd21602f3
commit 4114e514a2
10 changed files with 249 additions and 783 deletions

8
netlify.toml Normal file
View file

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