portfolio/next-sitemap.config.js

6 lines
199 B
JavaScript
Raw Normal View History

2023-01-05 00:58:07 +00:00
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.NEXT_PUBLIC_SITE_URL || 'https://example.com',
generateRobotsTxt: true,
generateIndexSitemap: false
}