feat: removes git dates, enforces manual dates, and adds some validation to ensure presence
This commit is contained in:
parent
d65342fd73
commit
2a2331e79f
13 changed files with 101 additions and 105 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"dev": "astro dev --port 4322",
|
||||
"build": "astro build --remote && node scripts/generate-stats.js",
|
||||
"preview": "astro preview",
|
||||
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
|
||||
"serve": "pnpm build && npx serve .vercel/output/static -l 4322",
|
||||
"validate": "node scripts/validate-content.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/db": "^0.19.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue