代码拉取完成,页面将自动刷新
/** @type {import('next-sitemap').IConfig} */
// for more config options;
// https://www.npmjs.com/package/next-sitemap#configuration-options
const config = require('./src/data/config.json')
module.exports = {
// ========================
// sitemap.xml
// ========================
siteUrl: config.websiteUrl || 'https://something-is-wrong-if-you-see-this.com',
changefreq: 'daily', // always hourly daily weekly monthly yearly never
priority: 0.7, // between 0 and 1
sitemapSize: 5000,
exclude: [
'/unsupported'
// '/page-0'
// '/page-*'
// '/private/*'
],
alternateRefs: [
// multi-language support
// {
// href: 'https://example.com/fr',
// hreflang: 'fr'
// }
],
// transform: async (config, path) => {},
// additionalPaths: async (config) => {},
outDir: 'out',
autoLastmod: true,
generateIndexSitemap: false,
// ========================
// robots.txt
// ========================
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [
{
userAgent: '*',
allow: '/',
disallow: ['/_next', '/404', '/500', '/unsupported', '/favicons']
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。