mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
export default {
|
|
siteUrl: process.env.SITE_URL || 'https://graphql-hive.com',
|
|
generateIndexSitemap: false,
|
|
output: 'export',
|
|
};
|