From 096569e737a6bfdd09197b3c8480bc46d9b4f767 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Fri, 4 Nov 2022 09:52:05 +0900 Subject: [PATCH] Exclude prints --- next-sitemap.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 568ff339..aa9e9d4c 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -2,4 +2,5 @@ module.exports = { siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app', generateRobotsTxt: true, + exclude: ['*/prints/*'], }