Fix stats reporting. Add Vite compatibility

This commit is contained in:
2025-11-04 16:16:50 +01:00
parent aa29de9029
commit e54dc2dbd7
21 changed files with 1060 additions and 361 deletions

View File

@@ -50,11 +50,6 @@ const get_page = () => {
title = current_subpage === null ? current_page.title : current_subpage.title
window.document.title = title+" / FNX"
console.debug("Page", current_page)
console.debug("Subpage", current_subpage)
pages = pages
}
let current_page: Tab = $state(null)