From 5a320d116a5382580a514c18a1dc75ccf5d2c645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul?= <45822175+maiieul@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:08:36 +0200 Subject: [PATCH] chore: update modulepreload experiment date (#6952) --- packages/docs/src/entry.ssr.tsx | 4 ++-- packages/docs/src/root.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/src/entry.ssr.tsx b/packages/docs/src/entry.ssr.tsx index e2795f44399..68b3c038bd7 100644 --- a/packages/docs/src/entry.ssr.tsx +++ b/packages/docs/src/entry.ssr.tsx @@ -14,14 +14,14 @@ export default function (opts: RenderToStreamOptions) { lang: 'en', ...opts.containerAttributes, }, - // Core Web Vitals experiment until October 23: Do not remove! Reach out to @maiieul first if you believe you have a good reason to change this. + // Core Web Vitals experiment until November 8: Do not remove! Reach out to @maiieul first if you believe you have a good reason to change this. prefetchStrategy: { implementation: { linkInsert: 'html-append', linkRel: 'modulepreload', }, }, - // Core Web Vitals experiment until October 23: Do not remove! Reach out to @maiieul first if you believe you have a good reason to change this. + // Core Web Vitals experiment until November 8: Do not remove! Reach out to @maiieul first if you believe you have a good reason to change this. qwikPrefetchServiceWorker: { include: false, }, diff --git a/packages/docs/src/root.tsx b/packages/docs/src/root.tsx index 4d959c566a1..f423e7d81ae 100644 --- a/packages/docs/src/root.tsx +++ b/packages/docs/src/root.tsx @@ -71,7 +71,7 @@ export default component$(() => {