fix(search): ensure results are deduplicated
This commit is contained in:
parent
5684b461fd
commit
4be7a15a18
4 changed files with 38 additions and 30 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue