From c3984791a7fa081dad5d2c86aaf955f28a564c92 Mon Sep 17 00:00:00 2001 From: Ben Halverson Date: Tue, 28 Oct 2025 03:16:29 -0700 Subject: [PATCH] fix --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 42f532d..1bd200a 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_API_URL=https://3dprinter-web-api.benhalverson.workers.dev \ No newline at end of file +VITE_BASE_URL=https://api.benhalverson.dev +VITE_DOMAIN=https://rc-store.benhalverson.dev \ No newline at end of file