Skip to content

Commit

Permalink
Remove hcp-sitemal.xml from sitemap config as it is not a generated s…
Browse files Browse the repository at this point in the history
…itemap
  • Loading branch information
heatlikeheatwave committed Sep 12, 2024
1 parent 6d06771 commit e16ca24
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
generateRobotsTxt: true,
robotsTxtOptions: {
additionalSitemaps: [
`${siteUrl}/hcp-sitemap.xml`,
// sitemap generated from ./pages/server-sitemap.xml/index.tsx
`${siteUrl}/server-sitemap.xml`,
],
Expand Down Expand Up @@ -63,8 +62,14 @@ module.exports = {
'/vault/docs*',
'/vault/api-docs*',
'/vault/tutorials*',
'/well-architected-framework/*',
'/well-architected-framework*',
'/hcp/tutorials*',
'/hcp/docs',
'/terraform-website*',
'/terraform-plugin-testing*',
'/terraform-cdk*',
'/terraform/cloud-docs*',
'/consul/tutorials/kubernetes-features/service-mesh-traffic-management',
'/well-architected-framework/reliability/reliability-consul-capacity-planning',
],
}

0 comments on commit e16ca24

Please sign in to comment.