mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 01:01:17 -04:00
less resource-intensive methods of parsing URLs
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = {
|
||||
siteLocale: "en-US",
|
||||
timeZone: "America/New_York", // https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||
baseUrl:
|
||||
// NOTE: no trailing slashes!
|
||||
process.env.NEXT_PUBLIC_VERCEL_ENV === "production"
|
||||
? "https://jarv.is"
|
||||
: process.env.NEXT_PUBLIC_VERCEL_URL
|
||||
|
Reference in New Issue
Block a user