1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-06 16:16:26 +02:00

docs: add-hash follow-up ()

add-hash
This commit is contained in:
Nicholas Flamy 2025-02-10 11:46:47 -05:00 committed by GitHub
parent feba590de7
commit 4cad23aaa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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',
}))}
/>