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