Correcting comment in about custom site.yaml value (#3659)

Corrected blog: route: '/blog' comment from system.blog.route to site.blog.route
This commit is contained in:
Junky Junkerson 2023-10-24 05:32:49 -04:00 committed by GitHub
parent 2179ef33a7
commit 45f8fe4d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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