module Middleman::Sitemap::Extensions::Proxies::ResourceInstanceMethods
def proxy_to(target)
-
(void)
-
Parameters:
-
target
(String
) --
def proxy_to(target) target = ::Middleman::Util.normalize_path(target) raise "You can't proxy #{path} to itself!" if target == path @proxied_to = target end