mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 16:54:59 -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
|
||
|
|
}
|