8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://jan.ai/',
|
|
generateRobotsTxt: true,
|
|
changefreq: 'daily',
|
|
priority: 1.0,
|
|
}
|