From 29d2eed5fb634384bdcce87a6bfa9ed530550384 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 1 Dec 2014 16:56:04 -0700 Subject: [PATCH] example wildcard route --- system/config/site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/config/site.yaml b/system/config/site.yaml index 6aae314ca..59ee2ba15 100644 --- a/system/config/site.yaml +++ b/system/config/site.yaml @@ -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