mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
also redirect the /try path, #25
This commit is contained in:
parent
7dc9e293df
commit
94a459bece
@ -8,6 +8,7 @@ use Rack::Rewrite do
|
||||
r301 '/download.html', '/install'
|
||||
r301 '/documentation', '/documentation/'
|
||||
r301 '/documentation/_index.html', '/documentation/'
|
||||
r301 '/try', 'http://sassmeister.com'
|
||||
r301 '/try.html', 'http://sassmeister.com'
|
||||
|
||||
rewrite(%r{^(.*)/([^/.]+)$}, lambda do |match, rack_env|
|
||||
|
Loading…
x
Reference in New Issue
Block a user