From eb3421b97d21c34c600ac5afebe2766551d35bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20G=C3=A4ngel?= Date: Thu, 27 Jun 2024 08:25:25 +0200 Subject: [PATCH] remove host and sitemap config from gridsome-plugin-robots-txt --- gridsome.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gridsome.config.js b/gridsome.config.js index 9b1fcd6..686677b 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -216,8 +216,6 @@ module.exports = { { use: "gridsome-plugin-robots-txt", options: { - host: process.env.SITE_URL, - sitemap: process.env.SITE_URL + '/sitemap.xml', policy: [ { userAgent: "Googlebot",