example wildcard route

This commit is contained in:
Andy Miller
2014-12-01 16:56:04 -07:00
parent d1060940f0
commit 29d2eed5fb

View File

@@ -12,3 +12,4 @@ summary:
routes:
/something/else: '/blog/sample-3' # Alias for /blog/sample-3
/another/one/here: '/blog/sample-3' # Another alias for /blog/sample-3
/new/*: '/blog/*' # Wildcard any /new/my-page URL to /blog/my-page Route