You've already forked AstralRinth
forked from didirus/AstralRinth
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
This commit is contained in:
3
app/router.scrollBehavior.js
Normal file
3
app/router.scrollBehavior.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function (to, from, savedPosition) {
|
||||
return savedPosition || { x: 0, y: 0 }
|
||||
}
|
||||
Reference in New Issue
Block a user