mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
* yarn add next-sitemap and config * add sitemap to .gitignore * commit generated robots.txt
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
|
|
module.exports = {
|
|
siteUrl: 'https://geth.ethereum.org',
|
|
generateRobotsTxt: true
|
|
};
|