Skip to content

Commit 2ae6d54

Browse files
committed
feat: move contents to follow nuxt/content#3513 update
1 parent bb2c297 commit 2ae6d54

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function defineAlbumCollections(): Record<string, DefinedCollection> {
2828
albums.forEach((album) => {
2929
result[album] = defineCollection({
3030
type: "data",
31-
source: `${album}/**.csv`,
31+
source: `${album}.csv`,
3232
schema: z.object({
3333
photo: z.string(),
3434
title: z.string().optional(),
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)