mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
8 lines
224 B
JavaScript
8 lines
224 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.NEXTAUTH_URL || 'https://www.mylinks.app',
|
|
generateRobotsTxt: true,
|
|
output: 'standalone',
|
|
exclude: ['/link/*', '/category/*'],
|
|
};
|