Skip to content

Commit

Permalink
Comment out available options in sitemap.xml.js
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Aug 28, 2024
1 parent 393d69b commit 9990e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/sitemap.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default function Sitemap() {}

export function getServerSideProps(ctx) {
return getSitemapProps(ctx, {
sitemapIndexPath: 'wp-sitemap.xml',
frontendUrl: process.env.NEXT_PUBLIC_SITE_URL,
sitemapPathsToIgnore: ['/wp-sitemap-users-*'],
// sitemapIndexPath: 'sitemap.xml',
// sitemapPathsToIgnore: ['/wp-sitemap-users-*'],
});
}

0 comments on commit 9990e78

Please sign in to comment.