Merge pull request #1971 from technoboy10/bugfix/preview-route-alias

Remove extra characters from preview faq routeAlias
This commit is contained in:
Andrew Sliwinski 2018-07-17 10:40:20 -04:00 committed by GitHub
commit 41242c3a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@
{
"name": "preview-faq-redirect",
"pattern": "^/preview-faq/?$",
"routeAlias": "/preview-faq/?$",
"routeAlias": "/preview-faq",
"redirect": "/3faq"
},
{