fix(docs): restore search overlay behavior (#134)

This commit is contained in:
Luca Martial 2026-05-18 10:50:34 -04:00 committed by GitHub
parent 6a60977eb5
commit 611f830fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);