Redirect /blog/* to Logdown

This commit is contained in:
Natalie Weizenbaum 2019-04-03 17:40:45 -07:00
parent 702fb86f23
commit aaafdcee05

View File

@ -17,6 +17,7 @@ use Rack::Rewrite do
r301 '/try.html', 'http://sassmeister.com'
r301 '/about', '/'
r301 '/about.html', '/'
r301 %r{/blog/(.*)}, 'http://sass.logdown.com/$1'
end
use Rack::Deflater