From d749c178061ac55c55362a11a6fd625f1a82ae8f Mon Sep 17 00:00:00 2001 From: Benno Lorenz Date: Sun, 1 Jun 2025 23:11:45 +0200 Subject: [PATCH] changed main blog location --- static/admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 84f39e2..9571491 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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