mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
fix(docs): restore search overlay behavior (#134)
This commit is contained in:
parent
6a60977eb5
commit
611f830fe0
5 changed files with 85 additions and 4 deletions
4
docs-site/app/api/search/route.ts
Normal file
4
docs-site/app/api/search/route.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { source } from "@/lib/source";
|
||||
import { createFromSource } from "fumadocs-core/search/server";
|
||||
|
||||
export const { GET } = createFromSource(source);
|
||||
Loading…
Add table
Add a link
Reference in a new issue