25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

13 satır
351 B

  1. module.exports = {
  2. siteUrl: 'https://startup-agency.vercel.app',
  3. generateRobotsTxt: true,
  4. // optional
  5. // robotsTxtOptions: {
  6. // additionalSitemaps: [
  7. // 'https://example.com/my-custom-sitemap-1.xml',
  8. // 'https://example.com/my-custom-sitemap-2.xml',
  9. // 'https://example.com/my-custom-sitemap-3.xml',
  10. // ],
  11. // },
  12. };