We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245576b commit 219fba2Copy full SHA for 219fba2
templates/website/src/collections/Media.ts
@@ -16,6 +16,7 @@ const dirname = path.dirname(filename)
16
17
export const Media: CollectionConfig = {
18
slug: 'media',
19
+ folders: true,
20
access: {
21
create: authenticated,
22
delete: authenticated,
0 commit comments