/** @type {import('next-sitemap').IConfig} */ module.exports = { siteUrl: "https://nextui.org", generateRobotsTxt: true, exclude: ["/examples/*"], };