Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
write out sitemaps to correct place #1205
  • Loading branch information
ranguard committed Oct 21, 2014
1 parent 36f3bb4 commit c9b22a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/generate_sitemap.pl
Expand Up @@ -19,7 +19,7 @@
object_type => 'author',
field_name => 'pauseid',
xml_file =>
'/home/metacpan/metacpan.org/root/static/sitemaps/authors.xml.gz',
'/home/metacpan/metacpan-web/root/static/sitemaps/authors.xml.gz',
cpan_directory => 'author',
},

Expand All @@ -31,7 +31,7 @@
object_type => 'release',
field_name => 'distribution',
xml_file =>
'/home/metacpan/metacpan.org/root/static/sitemaps/releases.xml.gz',
'/home/metacpan/metacpan-web/root/static/sitemaps/releases.xml.gz',
cpan_directory => 'release',
filter => { status => 'latest' },
}
Expand Down

0 comments on commit c9b22a0

Please sign in to comment.