mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: update site url in next-sitemap.config.js to use the www subdomain
This commit is contained in:
parent
6228427617
commit
89892cd6d1
@ -1,6 +1,6 @@
|
|||||||
/** @type {import('next-sitemap').IConfig} */
|
/** @type {import('next-sitemap').IConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
siteUrl: "https://heroui.com",
|
siteUrl: "https://www.heroui.com",
|
||||||
generateRobotsTxt: true,
|
generateRobotsTxt: true,
|
||||||
exclude: ["/examples/*"],
|
exclude: ["/examples/*"],
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user