go-ethereum/next-sitemap.config.js

7 lines
135 B
JavaScript
Raw Normal View History

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