Update import path for getAssetUrl function

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

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 =