added required plugins

This commit is contained in:
Patrick Alvin Alcala 2025-06-03 12:21:13 +08:00
parent 7f0ca203df
commit 5a8487c909
4 changed files with 540 additions and 7 deletions

View file

@ -9,6 +9,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.1"
"@astrojs/solid-js": "^5.1.0",
"astro": "^5.8.1",
"astro-compressor": "^1.0.0",
"astro-robots-txt": "^1.0.0",
"solid-js": "^1.9.7"
}
}