From 13f1c0500b4ad0913dfb517a5db0d142762016b2 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Mon, 7 Oct 2024 08:45:41 -0700 Subject: [PATCH] Disable robots.txt generation. (#774) --- 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