First draft of legal page

This commit is contained in:
Alexis
2025-05-07 13:15:01 +02:00
parent a83096a17b
commit 1cf8510a7b
12 changed files with 2002 additions and 19 deletions

10
content.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import { defineCollection, defineContentConfig } from "@nuxt/content"
export default defineContentConfig({
collections: {
sections: defineCollection({
type: "page",
source: "sections/**/*.md"
})
}
})