refactor(projects): store images in content/, then copy them to public/ using custom nuxt module
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineContentConfig({
|
||||
collections: {
|
||||
projects: defineCollection({
|
||||
type: "page",
|
||||
source: "projects/*.md",
|
||||
source: "projects/**/index.md",
|
||||
schema: z.object({
|
||||
description: z.string(),
|
||||
url: z.url().nullable(),
|
||||
|
||||
Reference in New Issue
Block a user