From f8adb6ae02eb63a1c121090028fd0ac367869790 Mon Sep 17 00:00:00 2001 From: Sxyntheon Date: Tue, 20 Aug 2024 13:55:26 +0200 Subject: [PATCH] damn slashes are evil --- frontend/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env.production b/frontend/.env.production index 5260b3f..282aebc 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,3 +1,3 @@ -PUBLIC_BACKEND_API_DOMAIN=https://api.theschedule.de #domain for theBackend.ts -PUBLIC_FRONTMATTER_API_DOMAIN=https://api.theschedule.de #domain for frontmatter.ts +PUBLIC_BACKEND_API_DOMAIN=https://api.theschedule.de/ #domain for theBackend.ts +PUBLIC_FRONTMATTER_API_DOMAIN=https://api.theschedule.de/ #domain for frontmatter.ts PUBLIC_COOKIE_DOMAIN=.theschedule.de #domain for main.ts