Branch

commit first line goes here

Thu Dec 04 2025

Tucker McKnight <tucker@pangolin.lan>

fix the base path, don't hard-code to the URL

6c4e8697af3c92e5d341b2820dba2bc4af593e89

Side-by-side
Stacked
js_templates/helpers/nav.ts:1
Before
1
  const reposPath = reposConfig.baseUrl
After
1 2
import path from 'path'
  const reposPath = reposConfig.path || ""