6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.SITE_URL || "https://mcutils.xyz",
|
|
generateRobotsTxt: true,
|
|
};
|