1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-13 07:00:55 +02:00

docs: add-hash #15860 follow-up (#15988)

add-hash
This commit is contained in:
Nicholas Flamy
2025-02-10 11:46:47 -05:00
committed by GitHub
parent feba590de7
commit 4cad23aaa3

View File

@ -49,7 +49,7 @@ export default function VersionSwitcher(): JSX.Element {
mobile={windowSize === 'mobile'}
items={versions.map(({ label, url }) => ({
label,
to: url + location.pathname,
to: url + location.pathname + location.hash,
target: '_self',
}))}
/>