We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd6010 commit 2f6cf21Copy full SHA for 2f6cf21
next-sitemap.config.js
@@ -1,7 +1,8 @@
1
/** @type {import('next-sitemap').IConfig} */
2
const NextSitemapConfig = {
3
- siteUrl: "https://nextarter-chakra.sznm.dev",
+ siteUrl: "https://springfall.cc",
4
generateRobotsTxt: true,
5
+ exclude: ["/admin/*", "/api/*", "/auth/*"],
6
};
7
8
module.exports = NextSitemapConfig;
0 commit comments