mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 12:57:45 +00:00
Merge branch 'partial-uwu' into uwu-search-page
# Conflicts: # astro.config.ts # package-lock.json # package.json # src/types/plausible.d.ts # src/utils/debounce.ts
This commit is contained in:
@@ -38,7 +38,7 @@ const createPostIndex = () => {
|
||||
{ name: "description", weight: 1.2 },
|
||||
{ name: "excerpt", weight: 1.2 },
|
||||
],
|
||||
posts
|
||||
posts,
|
||||
).toJSON();
|
||||
};
|
||||
|
||||
@@ -74,7 +74,7 @@ const createCollectionIndex = () => {
|
||||
weight: 1.2,
|
||||
},
|
||||
],
|
||||
collections
|
||||
collections,
|
||||
).toJSON();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user