mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
Update components/image-with-basepath.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import NextImage from "next/image"
|
||||
import type * as React from "react"
|
||||
|
||||
export default function Image(props: React.ComponentProps<typeof NextImage>) {
|
||||
const basePath = process.env.NEXT_PUBLIC_BASE_PATH || ""
|
||||
|
||||
Reference in New Issue
Block a user