From 02f8d2863f6f78795c4543c9283e03c937f52f54 Mon Sep 17 00:00:00 2001 From: Sebastian Moder Date: Sun, 1 Dec 2024 22:44:22 +0100 Subject: [PATCH] changed outputDir for sitemap to app --- next-sitemap.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 1502e4d..9acb4d6 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -3,5 +3,6 @@ module.exports = { siteUrl: process.env.SITE_URL || "https://ai-pathfinder.eu", generateRobotsTxt: true, // (optional) generateIndexSitemap: false, // (optional) + outputDir: "app", // (optional) // ...other options };