6dd607728b
* yarn add next-sitemap and config * add sitemap to .gitignore * commit generated robots.txt
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
|
|
module.exports = {
|
|
siteUrl: 'https://geth.ethereum.org',
|
|
generateRobotsTxt: true
|
|
};
|