Fix Bulgarian Solitaire link

Fix the broken link to Bulgarian Solitaire from the global index at `/index`.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 07:05:42 +00:00
parent d01d9e8290
commit 13724037e6

View file

@ -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'
},