mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 14:35:29 -04:00
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
siteUrl:
|
||||
process.env.NEXT_PUBLIC_VERCEL_ENV === "production"
|
||||
? "https://jarv.is"
|
||||
: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`,
|
||||
generateRobotsTxt: true,
|
||||
sitemapSize: 99,
|
||||
};
|
||||
Reference in New Issue
Block a user