/** @type {import('next-sitemap').IConfig} */ module.exports = { siteUrl: process.env.SITE_URL || 'https://portaljs.org', generateRobotsTxt: true, }