From 9670246c916e15de29511c420dcc9b46a488007f Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sun, 1 Jun 2025 20:18:52 -0400 Subject: [PATCH] chore(next): remove icons from `optimizedPackageImports` Signed-off-by: Aviv Keller --- apps/site/next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/site/next.config.mjs b/apps/site/next.config.mjs index d3a0778633722..14bb7afa4d3db 100644 --- a/apps/site/next.config.mjs +++ b/apps/site/next.config.mjs @@ -91,7 +91,6 @@ const nextConfig = { '@radix-ui/react-avatar', '@orama/highlight', '@orama/react-components', - '@heroicons/react', 'tailwindcss', 'shiki', ],