We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5b656 commit 9a31e08Copy full SHA for 9a31e08
app/components/TheShareLink.vue
@@ -50,10 +50,10 @@ async function nativeShare() {
50
</NuxtLink>
51
<a
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`"
+ :href="`https://cruxvis.withgoogle.com/#/?view=cwvsummary&url=https://${domain}`"
54
class="self-start underline text-gray-400 hover:text-green-400 focus:text-green-400 active:text-green-400"
55
>
56
- explore full results in the CrUX Dashboard »
+ explore full results in CrUX Vis »
57
</a>
58
59
v-else
0 commit comments