加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
next-sitemap.config.js 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangly1024 提交于 2023-10-30 22:39 . 从Notion表格读取配置信息
const BLOG = require('./blog.config')
/**
* 通常没啥用,sitemap交给 /pages/sitemap.xml.js 动态生成
*/
module.exports = {
siteUrl: BLOG.LINK,
changefreq: 'daily',
priority: 0.7,
generateRobotsTxt: true,
sitemapSize: 7000
// ...other options
// https://github.com/iamvishnusankar/next-sitemap#configuration-options
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化