chore: update site url in next-sitemap.config.js to use the www subdomain

This commit is contained in:
Junior Garcia 2025-07-09 17:29:54 -03:00
parent 6228427617
commit 89892cd6d1

View File

@ -1,6 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://heroui.com",
siteUrl: "https://www.heroui.com",
generateRobotsTxt: true,
exclude: ["/examples/*"],
};