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:
Corbin Crutchley
2023-07-26 17:44:00 -07:00
145 changed files with 6739 additions and 4249 deletions

View File

@@ -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();
};