mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 16:35:00 -05:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: "https://mhsf.app",
|
|
generateRobotsTxt: true
|
|
} |