mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
fix: corriger la syntaxe et ajouter des retours à la ligne manquants dans plusieurs fichiers
This commit is contained in:
@@ -3,6 +3,6 @@ import { defineCollection } from '@nuxt/content'
|
||||
export const collections = {
|
||||
main: defineCollection({
|
||||
type: 'page',
|
||||
source: 'home/*.md',
|
||||
}),
|
||||
source: 'home/*.md'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user