Skip to content

Commit 05d9c85

Browse files
authored
fix(blog): fix up link 🍔 (#7857)
1 parent 4ac13ff commit 05d9c85

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/(blog)/blog/(articles)/qwik-1-14-preloader

1 file changed

+1
-1
lines changed

‎packages/docs/src/routes/(blog)/blog/(articles)/qwik-1-14-preloader/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Thankfully, using a service worker isn't the only way we can prefetch and cache
5757

5858
## What's new: a better way to "buffer" javascript bundles
5959

60-
In Qwik 1.14, we've transitioned away from using a service worker in favor of a solution leveraging [`<link rel="modulepreload">`](<https://devdocs.io/html/attributes/rel/modulepreload>) as the new default.
60+
In Qwik 1.14, we've transitioned away from using a service worker in favor of a solution leveraging [`<link rel="modulepreload">`](https://devdocs.io/html/reference/attributes/rel/modulepreload) as the new default.
6161

6262
The solution consists of a small script called the "Qwik Preloader". Once it is downloaded on the client, it adds the `<link rel="modulepreload" href="my-bundle.js#segment123456">` to the html `<head>`, which tells the browser to preload and buffer the corresponding JavaScript bundles.
6363

0 commit comments

Comments
 (0)