From c122ae6c9c4061f887188c6a999dec45cedb8ba1 Mon Sep 17 00:00:00 2001 From: Crokily Date: Sun, 14 Sep 2025 13:44:10 +1000 Subject: [PATCH 1/3] feat: enhance RootProvider with static search options for improved compatibility --- app/layout.tsx | 12 +++++++++++- app/search.json/route.ts | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 app/search.json/route.ts diff --git a/app/layout.tsx b/app/layout.tsx index f0323f3..d3e0efc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,7 +30,17 @@ export default function RootLayout({ - {children} + + {children} +