relynolli-client/next-sitemap.config.js

6 lines
159 B
JavaScript
Raw Permalink Normal View History

2024-04-18 21:21:49 +03:00
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: 'https://relynolli.ru',
generateRobotsTxt: true, //
// ...other options
}