Add Pagefind search, sort posts by update time, link DigiKedai bot repo
Deploy / build (push) Successful in 20s

This commit is contained in:
2026-09-06 07:31:02 +08:00
parent dfd9612a6b
commit 93c716f876
12 changed files with 369 additions and 13 deletions
+3 -2
View File
@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
@@ -14,6 +14,7 @@
"@astrojs/sitemap": "^3.7.4",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"astro": "^5.5.0"
"astro": "^5.5.0",
"pagefind": "^1.5.2"
}
}