Skip to content

Commit

Permalink
Correcting comment in about custom site.yaml value (#3659)
Browse files Browse the repository at this point in the history
Corrected blog: route: '/blog' comment from system.blog.route to site.blog.route
  • Loading branch information
junkerson authored Oct 24, 2023
1 parent 2179ef3 commit 45f8fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/config/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ routes:
# '/new/(.*)': '/blog/$1' # Regex any /new/my-page URL to /blog/my-page Route

blog:
route: '/blog' # Custom value added (accessible via system.blog.route)
route: '/blog' # Custom value added (accessible via site.blog.route)

#menu: # Menu Example
# - text: Source
Expand Down

0 comments on commit 45f8fe4

Please sign in to comment.