Skip to content

Commit

Permalink
Update config.yml to fix "_pages" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
srtee authored Feb 26, 2024
1 parent 34b5360 commit f54b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ collections:
files:
- label: "About Page"
name: "about"
file: "site/_pages/about.md"
file: "_pages/about.md"
fields:
- {label: "Layout", name: "layout", widget: "hidden", default: "about"}
- {label: "Title", name: "title", widget: "string"}
Expand Down

0 comments on commit f54b1fc

Please sign in to comment.