add base path + use relative links
This commit is contained in:
parent
027c669ad7
commit
11d3251c67
9 changed files with 34 additions and 21 deletions
|
|
@ -38,7 +38,7 @@ const sidebar = SIDEBAR[langCode];
|
|||
<div class="search-item h-10">
|
||||
<!-- <Search client:idle /> -->
|
||||
</div>
|
||||
<a href="/" class="hidden md:flex cursor-pointer items-center space-x-1"
|
||||
<a href="./" class="hidden md:flex cursor-pointer items-center space-x-1"
|
||||
><CommandLineIcon className="w-5 h-5" /><span>go to REPL</span>
|
||||
</a>
|
||||
<div class="md:hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue