6 lines
203 B
JavaScript
6 lines
203 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.SITE_URL || 'https://fastpocket.dev',
|
|
generateRobotsTxt: true, // (optional)
|
|
generateRobotsTxt: true,
|
|
} |