re-debugging

This commit is contained in:
Harivansh Rathi 2024-12-04 23:39:14 -05:00
parent 6e913c297c
commit d484fb5664
10 changed files with 40 additions and 450 deletions

11
netlify.toml Normal file
View file

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