go-ethereum/next-sitemap.config.js
Paul Wackerow 6dd607728b
Add sitemap and robots.txt (#163)
* yarn add next-sitemap and config

* add sitemap to .gitignore

* commit generated robots.txt
2022-12-15 01:01:13 -03:00

7 lines
135 B
JavaScript

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