Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 25, 2014
1 parent 99c86e9 commit 9068f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/out/docpad.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/docpad.coffee
Expand Up @@ -488,7 +488,7 @@ docpadConfig =
res.redirect(codeRedirectPermanent, "#{siteUrl}/docs/#{relativeUrl}")

# Bevry Content
server.get /^\/(?:tos|terms|privacy|node|joe|query-?engine).*$/, (req,res) ->
server.get /^\/((?:tos|terms|privacy|node|joe|query-?engine).*)$/, (req,res) ->
relativeUrl = req.params[0] or ''
res.redirect(codeRedirectPermanent, "http://bevry.me/#{relativeUrl}")

Expand Down

0 comments on commit 9068f5b

Please sign in to comment.