Update import path for getAssetUrl function

This commit is contained in:
十八亩地
2026-01-29 13:15:17 +08:00
committed by dayuan.jiang
parent f098e557fc
commit cbde35fb54

View File

@@ -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 =