changed main blog location
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s

This commit is contained in:
2025-06-01 23:11:45 +02:00
parent 6c8cea5989
commit d749c17806

View File

@@ -11,7 +11,7 @@ public_folder: "/images/uploads" # The src attribute for uploaded media
collections:
- name: "posts" # Used in routes, e.g., /admin/collections/blog
label: "Blog Posts" # Used in the UI
folder: "content/posts" # The path to the folder where the documents are stored
folder: "content/blog/posts" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template
fields: # The fields for each document