Frontend/next-sitemap.config.js
Liam a6650af640
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 9s
add the sitemap
2024-04-22 02:28:35 +01:00

6 lines
153 B
JavaScript

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