Skip to content

Commit 2f0d962

Browse files
committed
chore: broken docs
1 parent 032584b commit 2f0d962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const btnGroupOrientation = computed(() => breakpoints.smaller('sm').value ? 've
9797
9898
const benchmarks = {
9999
googleMaps: {
100-
logo: registry.find(s => s.import.name === 'useScriptGoogleMaps').logo,
100+
logo: registry.find(s => s.import?.name === 'useScriptGoogleMaps').logo,
101101
label: 'Google Maps',
102102
nuxt: {
103103
fcp: 1500,
@@ -113,7 +113,7 @@ const benchmarks = {
113113
},
114114
},
115115
youtube: {
116-
logo: registry.find(s => s.import.name === 'useScriptYouTubePlayer').logo,
116+
logo: registry.find(s => s.import?.name === 'useScriptYouTubePlayer').logo,
117117
label: 'YouTube',
118118
nuxt: {
119119
fcp: 1200,
@@ -129,7 +129,7 @@ const benchmarks = {
129129
},
130130
},
131131
vimeo: {
132-
logo: registry.find(s => s.import.name === 'useScriptVimeoPlayer').logo,
132+
logo: registry.find(s => s.import?.name === 'useScriptVimeoPlayer').logo,
133133
label: 'Vimeo',
134134
nuxt: {
135135
fcp: 1500,

0 commit comments

Comments
 (0)