From 961c6934aeafc3556a75e8d0b3923ab99e4fbefd Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Wed, 2 Oct 2024 14:49:20 -0700 Subject: [PATCH] Disable robots.txt generation. --- next-sitemap.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-sitemap.config.js b/next-sitemap.config.js index de0b9219c..ff528d2e1 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -9,7 +9,7 @@ const sitemapConfig = { // relative paths to exclude exclude: [], - generateRobotsTxt: true, // (optional) + generateRobotsTxt: false, // (optional) // todo: migrate to server side sitemap to include last edited date from content for lastmod // will need to update static-path-resources to optionally include that field when requested