mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 20:29:25 +01:00
fix: mettre à jour les URL de l'API et ajouter la gestion des collections dans la configuration
This commit is contained in:
@@ -104,9 +104,13 @@ export default defineContentConfig({
|
||||
type: 'data',
|
||||
source: 'profile.md'
|
||||
}),
|
||||
documentation: defineCollection({
|
||||
index: defineCollection({
|
||||
type: 'page',
|
||||
source: 'index.md'
|
||||
}),
|
||||
mcp: defineCollection({
|
||||
type: 'page',
|
||||
source: 'mcp.md'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user