From 725147c2522c32700c24fa1255bf382ef8ba2db7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 25 Nov 2019 16:50:43 +0100 Subject: [PATCH] sitemap tweaks --- gatsby-config.js | 2 +- static/robots.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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