We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a8829 commit 359c255Copy full SHA for 359c255
static/admin/config.yml
@@ -5,7 +5,6 @@ backend:
5
name: github
6
repo: pine64/website
7
branch: main
8
- site_domain: pine64.org
9
10
media_folder: "static/images/uploads" # Adjust based on your media storage location
11
public_folder: "/images/uploads" # URL path for accessing media
@@ -115,4 +114,4 @@ collections:
115
114
- { label: "Date", name: "date", widget: "datetime" }
116
- { label: "Image", name: "images", widget: "image", required: false }
117
- { label: "Draft", name: "draft", widget: "boolean", default: false }
118
- - { label: "Body", name: "body", widget: "markdown" }
+ - { label: "Body", name: "body", widget: "markdown" }
0 commit comments