meta/new-web: remove redirection of URLs for testing

This commit is contained in:
Matthew Flatt 2014-03-07 21:46:41 -07:00
parent 329627d12d
commit ec3d7390bc

View File

@ -6,5 +6,4 @@
;; Root URLs must be written into roots, not
;; paths within a URLs
(define (rewrite-for-testing s)
(regexp-replace #rx"/$" s ".s3-website-us-east-1.amazonaws.com/")
#;s)
s)