fixed docsearch!!!

This commit is contained in:
Zheyuan Wu
2025-11-07 00:47:01 -06:00
parent c9c119e991
commit 760f7cb26d
4 changed files with 33 additions and 15 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.