This commit is contained in:
5
next-sitemap.config.js
Normal file
5
next-sitemap.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: process.env.SITE_URL || "https://mcutils.xyz",
|
||||
generateRobotsTxt: true,
|
||||
};
|
Reference in New Issue
Block a user