mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: define blog schema and add blog collection
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineCollection } from "astro:content";
|
||||
import { blogSchema } from "./schemas";
|
||||
import { blogSchema } from "./_schemas";
|
||||
|
||||
const blogCollection = defineCollection({
|
||||
schema: blogSchema,
|
||||
|
||||
Reference in New Issue
Block a user