Skip to content

Commit

Permalink
sitemap added2
Browse files Browse the repository at this point in the history
  • Loading branch information
alpozkanm committed Sep 12, 2023
1 parent 8b5b34c commit f89fd64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.NEXT_PUBLIC_SITE_URL_PROD || 'https://www.alpozkan.info',
generateRobotsTxt: true, // (optional)
output: 'public',
exclude: ['/posts'],
generateIndexSitemap: false,
// ...other options
}
siteUrl: process.env.NEXT_PUBLIC_SITE_URL_PROD || "https://www.alpozkan.info",
generateRobotsTxt: true, // (optional)
output: "public",
exclude: ["/posts"],
generateIndexSitemap: false,
// ...other options
};

0 comments on commit f89fd64

Please sign in to comment.