Update components/image-with-basepath.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
十八亩地
2026-01-29 13:27:41 +08:00
committed by dayuan.jiang
parent 71a1d02e28
commit f1a3044224

View File

@@ -1,6 +1,5 @@
import NextImage from "next/image"
import type * as React from "react"
import type * as React from "react"
import { getAssetUrl } from "@/lib/base-path"
export default function Image(props: React.ComponentProps<typeof NextImage>) {