mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 21:22:35 +03:00
02fd837cd7
added sitemap
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.SITE_URL || 'https://quivr.app',
|
|
generateRobotsTxt: true, // (optional)
|
|
} |