add the sitemap
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 9s

This commit is contained in:
Lee
2024-04-22 02:28:35 +01:00
parent f0eaaaad5e
commit a6650af640
5 changed files with 46 additions and 17 deletions

5
next-sitemap.config.js Normal file
View File

@ -0,0 +1,5 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || "https://mcutils.xyz",
generateRobotsTxt: true,
};