mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Replace relative imports with util import alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import Datetime from "./Datetime.astro";
|
||||
import type { Frontmatter } from "src/utils/types";
|
||||
import type { Frontmatter } from "@utils/types";
|
||||
|
||||
export interface Props {
|
||||
href?: string;
|
||||
|
||||
Reference in New Issue
Block a user