Modrinth/app/router.scrollBehavior.js
Geometrically 5017c5a5f1
Use base URL for axios (#241)
* Switch site to use axios base url

* Fix team invites

* Fix find/replace setting the wrong thing

* Fix analytics being blocking, small issues
2021-05-28 10:19:13 -07:00

4 lines
95 B
JavaScript

export default function (to, from, savedPosition) {
return savedPosition || { x: 0, y: 0 }
}