From aced120d51119037d237ad0dca664102ace738bd Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Thu, 2 Jul 2026 21:45:33 -0300 Subject: [PATCH] docs(answer): sync playground registry --- src/pages/playground.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/playground.astro b/src/pages/playground.astro index 07b8fe5b..3fad1903 100644 --- a/src/pages/playground.astro +++ b/src/pages/playground.astro @@ -22,6 +22,7 @@ const scenariosJson = JSON.stringify(scenarios); const siteSyncPlaygroundConfigs: Record = { 'adguard-home': 'src/data/playground-configs.ts', + answer: 'src/data/playground-configs.ts', booklore: 'src/data/playground-configs.ts', changedetection: 'src/data/playground-configs.ts', medikeep: 'src/data/playground-configs.ts',