update media folder
All checks were successful
Hugo / build (push) Successful in 2s

This commit is contained in:
brooke 2024-08-13 11:16:04 -04:00
parent ba1f4eb91a
commit c157bd89ca

View file

@ -155,4 +155,10 @@ collections:
name: "gallery" name: "gallery"
widget: "list" widget: "list"
fields: fields:
- { label: "Image", name: "image", widget: "image" } - {
label: "Image",
name: "image",
widget: "image",
media_folder: "themes/gallo/static/img/catalog",
public_folder: "/img/catalog",
}