Skip to content

Commit 359c255

Browse files
committed
Corr
1 parent f9a8829 commit 359c255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/admin/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ backend:
55
name: github
66
repo: pine64/website
77
branch: main
8-
site_domain: pine64.org
98

109
media_folder: "static/images/uploads" # Adjust based on your media storage location
1110
public_folder: "/images/uploads" # URL path for accessing media
@@ -115,4 +114,4 @@ collections:
115114
- { label: "Date", name: "date", widget: "datetime" }
116115
- { label: "Image", name: "images", widget: "image", required: false }
117116
- { label: "Draft", name: "draft", widget: "boolean", default: false }
118-
- { label: "Body", name: "body", widget: "markdown" }
117+
- { label: "Body", name: "body", widget: "markdown" }

0 commit comments

Comments
 (0)