mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* ⬆️ 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>
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://gitmoji.dev',
|
|
generateRobotsTxt: true,
|
|
}
|