mirror of
https://github.com/evroon/bracket.git
synced 2026-06-11 10:15:19 -04:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.SITE_URL || "https://docs.bracketapp.nl",
|
|
generateRobotsTxt: true,
|
|
};
|