fix: replace missing lucide icons (Github, ImageResize), remove reactCompiler

Github icon doesn't exist in lucide-react 1.26.0, replaced with ExternalLink.
ImageResize doesn't exist, replaced with Crop.
reactCompiler requires babel-plugin-react-compiler which isn't installed.

Co-Authored-By: Kilo <kilo@kilo.ai>
This commit is contained in:
asepharyana
2026-07-24 13:40:54 +07:00
co-authored by Kilo
parent efdf762a97
commit 084ff4109f
4 changed files with 5 additions and 5 deletions
-1
View File
@@ -1,7 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactCompiler: true,
turbopack: {
root: process.cwd(),
},