Gwk-Cultural-Park/next-sitemap.config.js
2024-09-07 08:40:25 +07:00

9 lines
218 B
JavaScript

//next-sitemap.config.js
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || 'https://www.gwkbali.com',
generateRobotsTxt: true, // (optional)
// ...other options
}