This commit is contained in:
Kar
2025-03-19 20:42:16 +05:30
commit 11eb64b5e5
44 changed files with 11825 additions and 0 deletions

13
netlify.toml Normal file
View File

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