jan/docs/next-sitemap.config.js
hiento09 f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00

8 lines
164 B
JavaScript

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