commerce/next-sitemap.config.js
Matthew Mulford 52aa9a3367 chore: fmt
2022-09-09 16:14:10 -05:00

14 lines
393 B
JavaScript

/**
* @type {import('next-sitemap').IConfig}
* @see https://github.com/iamvishnusankar/next-sitemap#readme
*/
module.exports = {
// !STARTERCONF Change the siteUrl
/** Without additional '/' on the end, e.g. https://developerdao.com */
siteUrl: 'https://merch.developerdao.com',
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [{ userAgent: '*', allow: '/' }],
},
};