mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent unexpected redirect
This commit is contained in:
parent
76e6d7c7f4
commit
5164fa49c7
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ const config: Config = {
|
|||
return path
|
||||
},
|
||||
},
|
||||
fallback(target, reason) {
|
||||
// prevent unexpected reload
|
||||
},
|
||||
}
|
||||
|
||||
export function usePJAX() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue