From 6a206a0242895330c0993c08db388cbf60b0a1c1 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 2 Oct 2025 14:34:20 +0200 Subject: [PATCH] fix: remove view transitions to ensure consistent behavior across environments - Remove View Transition API from layout to eliminate dev/production inconsistency - Fix nested links in Card component (category, tags, icon buttons now clickable) --- src/routes/+layout.svelte | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/routes/+layout.svelte diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 00000000..53ec022f --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file