1 2 3 4 5 6 7/** @type {import('next-sitemap').IConfig} */ module.exports = { siteUrl: "https://www.leonardomso.com", generateRobotsTxt: true // (optional) // ...other options };
1 2 3 4 5 6 7
/** @type {import('next-sitemap').IConfig} */ module.exports = { siteUrl: "https://www.leonardomso.com", generateRobotsTxt: true // (optional) // ...other options };