Change /notes2 to /

This commit is contained in:
Magnus Åhall 2026-05-29 09:03:59 +02:00
parent 662053e750
commit f3e16207a6
5 changed files with 10 additions and 16 deletions

View file

@ -69,7 +69,7 @@ export class Notes2 extends Component {
}
if (!dontPush)
history.pushState({ nodeUUID }, '', `/notes2#${nodeUUID}`)
history.pushState({ nodeUUID }, '', `/#${nodeUUID}`)
// New node is fetched in order to retrieve content and files.
// Such data is unnecessary to transfer for tree/navigational purposes.