From a90453eefc05fd8355e40163f70acd475d8abafc Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Mon, 12 May 2025 07:22:58 -0400 Subject: [PATCH] Set production app link --- frontend/.env.local | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.env.local b/frontend/.env.local index 29619ab..bf581a2 100644 --- a/frontend/.env.local +++ b/frontend/.env.local @@ -1,4 +1,5 @@ NEXT_PUBLIC_API_URL="https://api.a10y.techwork.zone" +NEXT_PUBLIC_HOSTNAME=availability.techwork.zone # Google auth for calendar syncing, feature will be disabled if these aren't set # NEXT_PUBLIC_GOOGLE_CLIENT_ID=""