mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
8 lines
223 B
JavaScript
8 lines
223 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/*']
|
|
};
|