mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-02 01:20:23 +08:00
Update import path for getAssetUrl function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import NextImage from "next/image"
|
||||
import type * as React from "react"
|
||||
import { getAssetUrl } from "../lib/base-path"
|
||||
import { getAssetUrl } from "@/lib/base-path"
|
||||
|
||||
export default function Image(props: React.ComponentProps<typeof NextImage>) {
|
||||
const src =
|
||||
|
||||
Reference in New Issue
Block a user