Build homepage from blog content index
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-22 13:09:14 +05:30
parent 02e47cf5d0
commit 9074e1884b
4 changed files with 481 additions and 42 deletions

View file

@ -4,6 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs"
"build": "node scripts/build.mjs",
"refresh:index": "node scripts/build.mjs --write-content-index"
}
}