Skip to content

Commit e754f6f

Browse files
committed
fix: update preload attribute to 'intent' in DocsLayout
1 parent 22d43ad commit e754f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DocsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export function DocsLayout({
611611
onClick={() => {
612612
detailsRef.current.removeAttribute('open')
613613
}}
614-
preload={false}
614+
preload="intent"
615615
activeOptions={{
616616
exact: true,
617617
includeHash: false,

0 commit comments

Comments
 (0)