Sitemap
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://myapp.com", // <-- set your website url
generateRobotsTxt: true, // (optional)
// ...other options
};npm run buildLast updated
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://myapp.com", // <-- set your website url
generateRobotsTxt: true, // (optional)
// ...other options
};npm run buildLast updated