class Middleman::Sitemap::Extensions::Redirects
to include new resources based on those configurations
Manages the list of proxy configurations and manipulates the sitemap
def redirect(path, opts={}, &block)
def redirect(path, opts={}, &block) RedirectDescriptor.new(path, opts[:to], block_given? ? block : nil) end