First draft of legal page
This commit is contained in:
10
content.config.ts
Normal file
10
content.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineCollection, defineContentConfig } from "@nuxt/content"
|
||||
|
||||
export default defineContentConfig({
|
||||
collections: {
|
||||
sections: defineCollection({
|
||||
type: "page",
|
||||
source: "sections/**/*.md"
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user