Gwk-Cultural-Park/next-sitemap.config.js

9 lines
218 B
JavaScript
Raw Permalink Normal View History

2024-09-07 01:40:25 +00:00
//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
}