From f2198994d506776e42f354846c39b5072d5908b3 Mon Sep 17 00:00:00 2001 From: Oracle Date: Wed, 17 Jun 2026 14:57:36 +0200 Subject: [PATCH] Make filter repo configureable --- src/pages/index.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b044879..472138d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- const TOKEN = import.meta.env.PUBLIC_ACCESS_TOKEN || ''; +const REPO_FILTER = import.meta.env.PUBLIC_REPO_FILTER || ''; --- @@ -41,7 +42,7 @@ const TOKEN = import.meta.env.PUBLIC_ACCESS_TOKEN || ''; -
+

Loading time tracking data...

@@ -105,6 +106,7 @@ const TOKEN = import.meta.env.PUBLIC_ACCESS_TOKEN || '';