fix(search): ensure results are deduplicated

This commit is contained in:
Cory Dransfeldt 2025-06-18 11:16:08 -07:00
parent 5684b461fd
commit 4be7a15a18
No known key found for this signature in database
4 changed files with 38 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "10.7.3",
"version": "10.7.4",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -66,7 +66,7 @@
"postcss-import-ext-glob": "^2.1.1",
"prettier": "3.5.3",
"rimraf": "^6.0.1",
"sql-formatter": "15.6.4",
"sql-formatter": "15.6.5",
"terser": "^5.43.0",
"truncate-html": "^1.2.2"
}