Skip to content

Commit 2e86e09

Browse files
refactor: 移除未使用的文件导入
1 parent af9c4ad commit 2e86e09

2 files changed

Lines changed: 1 addition & 95 deletions

File tree

src/components/posts-loop.astro

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineCollection, z } from "astro:content";
22

3-
import { glob, file } from "astro/loaders";
3+
import { glob } from "astro/loaders";
44

55
const post = defineCollection({
66
loader: glob({ pattern: "**/*.{md,mdx}", base: "./src/content/post" }),

0 commit comments

Comments
 (0)