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