fix(docs): restore search overlay behavior

This commit is contained in:
Luca Martial 2026-05-18 16:49:55 +02:00
parent 6a60977eb5
commit dbe197a18c
5 changed files with 85 additions and 4 deletions

View file

@ -0,0 +1,4 @@
import { source } from "@/lib/source";
import { createFromSource } from "fumadocs-core/search/server";
export const { GET } = createFromSource(source);