Skip to content

Commit 66a7302

Browse files
committed
remove remains of sitemaps
1 parent 1ab0c80 commit 66a7302

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/MetaCPAN/Middleware/Static.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ sub wrap {
5656
};
5757
};
5858

59-
mount '/sitemap-authors.xml.gz' => Plack::App::File->new(
60-
file => 'root/static/sitemaps/sitemap-authors.xml.gz' )->to_app;
61-
mount '/sitemap-releases.xml.gz' => Plack::App::File->new(
62-
file => 'root/static/sitemaps/sitemap-releases.xml.gz' )->to_app;
63-
6459
my $favicon_app
6560
= Plack::App::File->new( file => 'root/static/icons/favicon.ico' )
6661
->to_app;

0 commit comments

Comments
 (0)