chat-flow/next-sitemap.config.js

7 lines
198 B
JavaScript
Raw Permalink Normal View History

2025-07-29 08:45:22 +08:00
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || "https://www.clickprompt.org/",
generateRobotsTxt: true, // (optional)
// ...other options
};