From 13724037e63206769d80b92269d7c61dab755cf5 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 07:05:42 +0000 Subject: [PATCH] Fix Bulgarian Solitaire link Fix the broken link to Bulgarian Solitaire from the global index at `/index`. --- src/components/InteractiveIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InteractiveIndex.tsx b/src/components/InteractiveIndex.tsx index d790dc3..c9d15c6 100644 --- a/src/components/InteractiveIndex.tsx +++ b/src/components/InteractiveIndex.tsx @@ -123,7 +123,7 @@ const allInteractives: Interactive[] = [ title: 'Bulgarian Solitaire', description: 'A mathematical card game where you repeatedly redistribute cards into piles until reaching a stable configuration.', tags: ['solitaire', 'card-game', 'mathematics', 'puzzle', 'redistribution', 'stable-configuration'], - path: '/bulgarian-solitaire', + path: '/puzzles/bulgarian-solitaire', theme: 'Puzzles', dateAdded: '2024-12-22' },