-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #567 from amelioro/dependabot/npm_and_yarn/docs-si…
…te/multi-1f810f95bc chore(deps): bump cross-spawn, nextra and nextra-theme-docs in /docs-site
- Loading branch information
Showing
11 changed files
with
2,455 additions
and
2,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/** @type {import('next-sitemap').IConfig} */ | ||
// eslint-disable-next-line functional/immutable-data | ||
module.exports = { | ||
const config = { | ||
siteUrl: "https://ameliorate.app/docs", | ||
generateIndexSitemap: false, // docs sitemap is going to be pointed at by root site's sitemap index; also we shouldn't ever have more than 50k docs pages | ||
changefreq: "daily", // docs don't seem like they need to be indexed more than once a day | ||
priority: 0.5, // match the default of the official sitemaps protocol https://www.sitemaps.org/protocol.html | ||
autoLastmod: false, // if true, it sets the lastmod for all pages to the time of each build, will be almost always incorrect, because docs don't change nearly as often as the project is deployed | ||
}; | ||
|
||
export default config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.