Skip to content

Commit

Permalink
sitemaps names
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulven.Furet authored and Goulven.Furet committed Jun 7, 2024
1 parent db200cc commit db5026e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public class SitemapGenerationService {
private static final Logger LOGGER = LoggerFactory.getLogger(SitemapGenerationService.class);

private static final String SITEMAP_NAME_ROOT_PAGES = "main-pages.xml";
private static final String SITEMAP_NAME_PRODUCT_PAGES = "product-pages.xml";
private static final String SITEMAP_NAME_BLOG_PAGES = "blog-pages.xml";
private static final String SITEMAP_NAME_PRODUCT_PAGES = "product-wiki-pages.xml";
private static final String SITEMAP_NAME_BLOG_PAGES = "blog-posts.xml";
private static final String SITEMAP_NAME_WIKI_PAGES = "wiki-pages.xml";
private static final String SITEMAP_NAME_VERTICAL_PAGES = "verticals-pages.xml";
private static final String SITEMAP_NAME_VERTICAL_PAGES = "category-pages.xml";

private ProductRepository aggregatedDataRepository;
private UiConfig uiConfig;
Expand Down

0 comments on commit db5026e

Please sign in to comment.