lint --fix

This commit is contained in:
2025-08-08 13:02:49 +08:00
parent 033150a442
commit 991dd065f8
2 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ export default defineContentConfig({
docs: defineCollection({
type: 'page',
source: {
include: 'docs/**',
include: 'docs/**'
},
schema: z.object({
rawbody: z.string(),
@@ -20,7 +20,7 @@ export default defineContentConfig({
blog: defineCollection({
type: 'page',
source: {
include: 'blog/**',
include: 'blog/**'
},
schema: z.object({
rawbody: z.string(),