Preload menu links on page load #770
-
I know I can preload links in my navbar using preload="insert"
|
Beta Was this translation helpful? Give feedback.
Answered by
triskweline
Jul 22, 2025
Replies: 1 comment
-
If you cannot set an up.compiler('link[rel=next]', (link) => {
up.link.preload(link)
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
murty2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you cannot set an
[up-preload=insert]
attribute in your HTML, you can use this compiler for the same effect: