Skip to content

Commit

Permalink
chore: broken docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 4, 2024
1 parent 032584b commit 2f0d962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const btnGroupOrientation = computed(() => breakpoints.smaller('sm').value ? 've
const benchmarks = {
googleMaps: {
logo: registry.find(s => s.import.name === 'useScriptGoogleMaps').logo,
logo: registry.find(s => s.import?.name === 'useScriptGoogleMaps').logo,
label: 'Google Maps',
nuxt: {
fcp: 1500,
Expand All @@ -113,7 +113,7 @@ const benchmarks = {
},
},
youtube: {
logo: registry.find(s => s.import.name === 'useScriptYouTubePlayer').logo,
logo: registry.find(s => s.import?.name === 'useScriptYouTubePlayer').logo,
label: 'YouTube',
nuxt: {
fcp: 1200,
Expand All @@ -129,7 +129,7 @@ const benchmarks = {
},
},
vimeo: {
logo: registry.find(s => s.import.name === 'useScriptVimeoPlayer').logo,
logo: registry.find(s => s.import?.name === 'useScriptVimeoPlayer').logo,
label: 'Vimeo',
nuxt: {
fcp: 1500,
Expand Down

0 comments on commit 2f0d962

Please sign in to comment.