diff --git a/gatsby-config.js b/gatsby-config.js index 38176ea0..8be40f34 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -147,7 +147,7 @@ module.exports = { { resolve: 'gatsby-plugin-sitemap', options: { - exclude: ['/test/', '/references/petstore/'] + exclude: ['/test', '/references/petstore'] } }, { diff --git a/static/robots.txt b/static/robots.txt index 11174796..fb014781 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,5 +1,5 @@ User-agent: * -Disallow: */test -Disallow: */references/petstore +Disallow: /test +Disallow: /references/petstore sitemap: https://docs.oceanprotocol.com/sitemap.xml