mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Adds the changes we want to keep in cloud in prep for #1726: - `website/` - `.codespellrc` updates - `README.md` updates
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.SITE_URL || "https://firezone.dev",
|
|
generateRobotsTxt: true, // (optional)
|
|
// ...other options
|
|
};
|