fix meta and schema issues

This commit is contained in:
2025-06-10 17:44:27 +05:30
parent 17112816cb
commit b82a834e2b
6 changed files with 69 additions and 47 deletions

View File

@@ -8,7 +8,8 @@
"start": "astro dev --preview --port 3000",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"push-prod": "rsync -rv dist/ u2@157.180.25.14:~/web/tst2.teachertrainingkolkata.in/public_html/"
},
"dependencies": {
"@astrojs/react": "^4.2.1",