wiki base, middleware

This commit is contained in:
3zachm 2023-02-06 03:03:33 -08:00
commit 22ba0c7cf6
16 changed files with 2203 additions and 263 deletions
components/dashboard

View file

@ -72,7 +72,7 @@ function NavBar(props: NavBarProps) {
setActivePage("wiki");
}}
>
<ActiveLink href="/wiki/en" pageName="wiki">
<ActiveLink href="/wiki" pageName="wiki">
<WikiIcon />
</ActiveLink>
</m.div>