diff --git a/docs/.vitepress/theme/components/AsideSponsors.vue b/docs/.vitepress/theme/components/AsideSponsors.vue
index 0d3de381..eb0a8a8f 100644
--- a/docs/.vitepress/theme/components/AsideSponsors.vue
+++ b/docs/.vitepress/theme/components/AsideSponsors.vue
@@ -7,7 +7,7 @@ const { data } = useSponsor()
const sponsors = computed(() => {
return (
- data?.value.map((sponsor) => {
+ data.value?.map((sponsor) => {
return {
size: sponsor.size === 'big' ? 'mini' : 'xmini',
items: sponsor.items
diff --git a/docs/.vitepress/theme/components/YouTubeVideo.vue b/docs/.vitepress/theme/components/YouTubeVideo.vue
index 4aa6c93d..59f05d56 100644
--- a/docs/.vitepress/theme/components/YouTubeVideo.vue
+++ b/docs/.vitepress/theme/components/YouTubeVideo.vue
@@ -1,4 +1,4 @@
-
diff --git a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue
index a4085433..1705440d 100644
--- a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue
+++ b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue
@@ -44,7 +44,7 @@ const { startAnimation, isCardActive } = useCardAnimation(
() => {
glowVisible.value = true
},
- null,
+ undefined,
0.2
)
// Make the glowing lines hidden shortly after
@@ -52,7 +52,7 @@ const { startAnimation, isCardActive } = useCardAnimation(
() => {
glowVisible.value = false
},
- null,
+ undefined,
1.1
)
@@ -62,7 +62,7 @@ const { startAnimation, isCardActive } = useCardAnimation(
() => {
checkmark.value = true
},
- null,
+ undefined,
1.3 + index * 0.2
)
})
@@ -228,91 +228,91 @@ const { startAnimation, isCardActive } = useCardAnimation(
path="M1.00048 119.402L200.243 68.2732C213.283 65.4129 221.832 58.4923 221.832 50.7968V20.323V1"
:position="glowPosition"
:visible="glowVisible"
- :dot-color="false"
+ :dot-color="undefined"
glow-color="#13B351"
/>
diff --git a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue
index 2d8233b8..85900765 100644
--- a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue
+++ b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue
@@ -12,7 +12,7 @@ useSlideIn('#flexible-plugin-system')
*/
const { isCardActive, startAnimation } = useCardAnimation(
'#flexible-plugin-system',
- null,
+ undefined,
{
once: true,
}
diff --git a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
index 46d63c25..53789d7b 100644
--- a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
+++ b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
@@ -1,4 +1,4 @@
-