8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
|
/** @type {import('next-sitemap').IConfig} */
|
||
|
module.exports = {
|
||
|
siteUrl: 'https://oneandallmusic.net/',
|
||
|
generateRobotsTxt: true,
|
||
|
generateIndexSitemap: false,
|
||
|
outDir: 'public',
|
||
|
}
|