mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://rxresu.me',
|
|
changefreq: 'monthly',
|
|
generateRobotsTxt: true,
|
|
};
|