Fix githubEditUrl variable in examples/docs
This commit is contained in:
parent
dae398100d
commit
304e1c65e6
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
|
|||
</article>
|
||||
</div>
|
||||
<aside class="sidebar" id="sidebar-content">
|
||||
<DocSidebar client:idle headers={headers} editHref={editHref} />
|
||||
<DocSidebar client:idle headers={headers} editHref={githubEditUrl} />
|
||||
</aside>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue