From 3d4370737fd74d93e8a63a14bf5cee08d3aa4056 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 8 Jun 2025 02:05:44 +0200 Subject: [PATCH] Fix trailing slash in production demo URL --- main-website/app/data/demos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-website/app/data/demos.ts b/main-website/app/data/demos.ts index b4aa916..917b2f8 100644 --- a/main-website/app/data/demos.ts +++ b/main-website/app/data/demos.ts @@ -8,7 +8,7 @@ export const demoCategories = [ items: [ { name: 'Anwaltskanzlei Demo 1', - url: isProd ? '/lawfirm/demo1' : `${BASE_URL}:25601`, + url: isProd ? '/lawfirm/demo1/' : `${BASE_URL}:25601`, preview: '/previews/lawfirm-1.png', description: [ 'Modernes Design',