Skip to content

Commit

Permalink
chore: update modulepreload experiment date (#6952)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul authored Oct 9, 2024
1 parent 96fb940 commit 5a320d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/entry.ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default component$(() => {
<script dangerouslySetInnerHTML={uwu} />
<script dangerouslySetInnerHTML={unregisterPrefetchServiceWorkers} />
<RouterHead />
{/* Core Web Vitals experiment until October 23: Do not bring back any SW until then! 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 bring back any SW until then! Reach out to @maiieul first if you believe you have a good reason to change this. */}
{/* <ServiceWorkerRegister /> */}

{/* <script dangerouslySetInnerHTML={`(${collectSymbols})()`} /> */}
Expand All @@ -85,7 +85,7 @@ export default component$(() => {
>
<RouterOutlet />
<RealMetricsOptimization builderApiKey={BUILDER_PUBLIC_API_KEY} />
{/* Core Web Vitals experiment until October 23: Do not bring back any SW until then! 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 bring back any SW until then! Reach out to @maiieul first if you believe you have a good reason to change this. */}
</body>
</QwikCityProvider>
);
Expand Down

0 comments on commit 5a320d1

Please sign in to comment.