mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://rxresu.me',
|
|
changefreq: 'monthly',
|
|
generateIndexSitemap: false,
|
|
};
|