From d12dd0d9998b36496c8ae866005881ecb3ba02a2 Mon Sep 17 00:00:00 2001 From: harlan Date: Mon, 6 May 2024 21:20:50 +1000 Subject: [PATCH] docs: fix logo flash --- docs/pages/index.vue | 17 ++++++++++++----- docs/pages/scripts.vue | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/pages/index.vue b/docs/pages/index.vue index 5f32a6da..f4afc1b8 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -97,7 +97,7 @@ const benchmarks = { label: 'Google Maps', nuxt: { fcp: 1500, - tbt: 50, + tbt: 70, lcp: 2700, si: 2500, }, @@ -156,6 +156,7 @@ function timesFaster(nuxt: number, iframe: number) { // should display as 2.5 for 2500% return (iframe / nuxt).toFixed(1) } + -