1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-11 14:35:29 -04:00

test config changes before messing everything up too much

This commit is contained in:
2022-01-03 09:59:42 -05:00
parent c708383afb
commit 36e3cfa18e
9 changed files with 178 additions and 169 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
const config = require("./lib/config");
module.exports = {
siteUrl:
process.env.NEXT_PUBLIC_VERCEL_ENV === "production"
? "https://jarv.is"
: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`,
siteUrl: config.baseUrl || "https://jarv.is",
generateRobotsTxt: true,
sitemapSize: 99,
};