mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 15:09:13 +00:00
12 lines
266 B
JavaScript
12 lines
266 B
JavaScript
const BLOG = require('./blog.config')
|
|
|
|
module.exports = {
|
|
siteUrl: BLOG.link,
|
|
changefreq: 'daily',
|
|
priority: 0.7,
|
|
generateRobotsTxt: true,
|
|
sitemapSize: 7000
|
|
// ...other options
|
|
// https://github.com/iamvishnusankar/next-sitemap#configuration-options
|
|
}
|