diff --git a/app/bot/chat.tsx b/app/bot/chat.tsx index f4892cf..180050a 100644 --- a/app/bot/chat.tsx +++ b/app/bot/chat.tsx @@ -74,11 +74,7 @@ export function Chat() { onChange={handleInputChange} disabled={isLoading} /> - diff --git a/next.config.mjs b/next.config.mjs index 43a9263..43a674c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -28,6 +28,12 @@ const nextConfig = { return config; }, + logging: { + fetches: { + fullUrl: true, + }, + }, + experimental: { turbo: { rules: {