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:21:07 +08:00
committed by dayuan.jiang
parent 3721b16d18
commit 2d17963b2a

View File

@@ -1,5 +1,6 @@
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>) {