Files
firezone/website/next-sitemap.config.js
Jamil 3023c716c9 Add updates from master that we want in cloud (#1774)
Adds the changes we want to keep in cloud in prep for #1726:

- `website/`
- `.codespellrc` updates
- `README.md` updates
2023-07-13 02:54:44 +00:00

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
};