fix: update image imports to use custom Image component with base path handling

This commit is contained in:
shibamudi
2026-01-28 17:57:07 +08:00
committed by dayuan.jiang
parent 0a79536002
commit f2f5ac907d
10 changed files with 20 additions and 9 deletions

View File

@@ -8,9 +8,9 @@ import {
Trash2,
X,
} from "lucide-react"
import Image from "next/image"
import { useState } from "react"
import ExamplePanel from "@/components/chat-example-panel"
import Image from "@/components/image-with-basepath"
import {
AlertDialog,
AlertDialogAction,