mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-02 05:41:50 -04:00
fix pseudo relative links
This commit is contained in:
@@ -23,7 +23,7 @@ const sidebar = SIDEBAR[langCode];
|
||||
<h2>{header}</h2>
|
||||
<ul>
|
||||
{children.map((child) => {
|
||||
const url = '.' + Astro.site?.pathname + child.link;
|
||||
const url = Astro.site?.pathname + child.link;
|
||||
return (
|
||||
<li class="">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user