You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have prefetch: true in our Astro config, butt we never actually mark any links as prefetched. I'll look into marking internal links as prefetched, which should improve client performance.
Right now we have
prefetch: truein our Astro config, butt we never actually mark any links as prefetched. I'll look into marking internal links as prefetched, which should improve client performance.