๐Ÿ“ฆ leonardomso / website

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