diff --git a/packages/docs/src/routes/docs/(qwikcity)/routing/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/routing/index.mdx index 4adf4990361..fb6a3ed9392 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/routing/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/routing/index.mdx @@ -278,6 +278,10 @@ The Link component's `prefetch` prop can be used to improve the perceived perfor ``` By simply adding the `prefetch` prop, your Link component will start prefetching the page as soon as the user hovers over the link. If the application is done prefetching when the user clicks on the link, the following page will appear instantly. +If prefetching is not desired, you can set the prefetch value to false. +```tsx +About +``` ### Scroll Restoration