mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Disable link prefetch
This commit is contained in:
parent
80238c5e3e
commit
bab6fd8d64
@ -44,7 +44,7 @@ const theme = extendTheme({
|
||||
JoyLink: {
|
||||
defaultProps: {
|
||||
// eslint-disable-next-line react/display-name
|
||||
component: React.forwardRef((props, ref) => (<NextLink {...props} ref={ref} />)),
|
||||
component: React.forwardRef((props, ref) => (<NextLink {...props} ref={ref} prefetch={false} />)),
|
||||
...{
|
||||
"data-n2-clickable": true,
|
||||
} as any,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user