gitmoji/packages/website/next-sitemap.config.js
dependabot[bot] e6bd769d1b
⬆️ Bump next-sitemap from 2.5.28 to 3.1.43 (#1238)
* ⬆️ Bump next-sitemap from 2.5.28 to 3.1.43

Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 2.5.28 to 3.1.43.
- [Release notes](https://github.com/iamvishnusankar/next-sitemap/releases)
- [Commits](https://github.com/iamvishnusankar/next-sitemap/compare/v2.5.28...3.1.43)

---
updated-dependencies:
- dependency-name: next-sitemap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🔧 Add `next-sitemap.config.js`

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
2022-12-27 11:09:38 +01:00

6 lines
128 B
JavaScript

/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: 'https://gitmoji.dev',
generateRobotsTxt: true,
}