Skip to content

Commit 219fba2

Browse files
authored
chore: enables folders on website template (#14116)
1 parent 245576b commit 219fba2

File tree

1 file changed

+1
-0
lines changed
  • templates/website/src/collections

1 file changed

+1
-0
lines changed

templates/website/src/collections/Media.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const dirname = path.dirname(filename)
1616

1717
export const Media: CollectionConfig = {
1818
slug: 'media',
19+
folders: true,
1920
access: {
2021
create: authenticated,
2122
delete: authenticated,

0 commit comments

Comments
 (0)