Skip to content

Commit

Permalink
fix: remove unneeded ignore from sitemap (#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
seve authored Oct 25, 2023
1 parent 7a55bb9 commit 1a8f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteUrl: "https://cellxgene.cziscience.com/",
generateRobotsTxt: true,
exclude: ["/collections-sitemap.xml", "/cellguide-sitemap.xml", "/wmg-v2"], // add additional directories or pages here if they should be excluded from the sitemap
exclude: ["/collections-sitemap.xml", "/cellguide-sitemap.xml"], // add additional directories or pages here if they should be excluded from the sitemap
robotsTxtOptions: {
policies: [
// {userAgent: "*", disallow: "/folderToExclude/fileToExclude"} <-- use this option if you wish to exclude certain pages or folders from robots.txt
Expand Down

0 comments on commit 1a8f099

Please sign in to comment.