[READ-ONLY] Mirror of https://github.com/danielroe/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily. page-speed.dev
core-web-vitals pagespeed performance
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: update link from CrUX Dashboard to CrUX Vis (#191)

+2 -2
+2 -2
app/components/TheShareLink.vue
··· 50 50 </NuxtLink> 51 51 <a 52 52 v-if="type === 'crux'" 53 - :href="`https://lookerstudio.google.com/c/u/0/reporting/bbc5698d-57bb-4969-9e07-68810b9fa348/page/keDQB?params=%7B%22origin%22:%22https://${domain}%22%7D`" 53 + :href="`https://cruxvis.withgoogle.com/#/?view=cwvsummary&url=https://${domain}`" 54 54 class="self-start underline text-gray-400 hover:text-green-400 focus:text-green-400 active:text-green-400" 55 55 > 56 - explore full results in the CrUX Dashboard &raquo; 56 + explore full results in CrUX Vis &raquo; 57 57 </a> 58 58 <a 59 59 v-else