Archived
2
0
This commit is contained in:
overcuriousity
2025-07-14 15:15:57 +02:00
parent 921abfb5b9
commit 47eb5ad72a
7 changed files with 99 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ const { title, description = 'DFIR Tools Hub - A comprehensive directory of digi
<script src="/src/scripts/theme.js"></script>
<script>
// Initialize theme immediately to prevent flash
window.themeUtils.initTheme();
(window as any).themeUtils?.initTheme();
</script>
</head>
<body>