// next-sitemap.config.js
module.exports = {
  siteUrl: 'https://loyaltyworld.io',
  generateRobotsTxt: true,
  alternateRefs: [
    {
      href: 'https://loyaltyworld.io/vi',
      hreflang: 'vi',
    },
    {
      href: 'https://loyaltyworld.io/en',
      hreflang: 'en',
    },
  ],
};
