mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: "https://www.firezone.dev",
|
|
generateRobotsTxt: true, // (optional)
|
|
// ...other options
|
|
};
|