patch(): fix the nits

This commit is contained in:
2026-03-04 17:46:10 +01:00
parent e16c84e879
commit abb6bc52ce
30 changed files with 1129 additions and 249 deletions

View File

@@ -8,7 +8,8 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",