1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-13 11:52:54 -05:00
Files
jarv.is/next-sitemap.js
2021-12-30 08:18:41 -05:00

9 lines
218 B
JavaScript

module.exports = {
siteUrl:
process.env.NEXT_PUBLIC_VERCEL_ENV === "production"
? "https://jarv.is"
: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`,
generateRobotsTxt: true,
sitemapSize: 99,
};