改回项目内获取md文档
Some checks failed
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-08-08 12:15:35 +08:00
parent 9e8a7f5c14
commit be69a51bb2
64 changed files with 7343 additions and 14 deletions

View File

@@ -5,7 +5,6 @@ export default defineContentConfig({
docs: defineCollection({
type: 'page',
source: {
repository: 'https://github.com/estel-li/markdown',
include: 'docs/**',
},
schema: z.object({
@@ -21,7 +20,6 @@ export default defineContentConfig({
blog: defineCollection({
type: 'page',
source: {
repository: 'https://github.com/estel-li/markdown',
include: 'blog/**',
},
schema: z.object({