@@ -56,15 +56,15 @@ const { data: navigation } = await useAsyncData('navigation', () =>
5656 class =" shrink-0 flex gap-2 items-center justify-center pb-1"
5757 >
5858 <img
59- v-if =" appConfig.stylo.header.logo.src"
59+ v-if =" appConfig.stylo.header.logo? .src"
6060 class =" block dark:hidden h-9 lg:h-10"
6161 :src =" appConfig.stylo.header.logo.src"
6262 :alt =" appConfig.stylo.header.logo.alt"
6363 />
6464 <img
6565 v-if ="
66- appConfig.stylo.header.logo.srcDark ||
67- appConfig.stylo.header.logo.src
66+ appConfig.stylo.header.logo? .srcDark ||
67+ appConfig.stylo.header.logo? .src
6868 "
6969 class =" hidden dark:block h-9 lg:h-10"
7070 :src ="
@@ -132,15 +132,15 @@ const { data: navigation } = await useAsyncData('navigation', () =>
132132 <NuxtLink to =" /" >
133133 <div class =" shrink-0 flex items-center" >
134134 <img
135- v-if =" appConfig.stylo.header.logo.src"
135+ v-if =" appConfig.stylo.header? .logo? .src"
136136 class =" block dark:hidden h-10 w-10"
137137 :src =" appConfig.stylo.header.logo.src"
138138 :alt =" appConfig.stylo.header.logo.alt"
139139 />
140140 <img
141141 v-if ="
142- appConfig.stylo.header.logo.srcDark ||
143- appConfig.stylo.header.logo.src
142+ appConfig.stylo.header? .logo? .srcDark ||
143+ appConfig.stylo.header? .logo? .src
144144 "
145145 class =" hidden dark:block h-10 w-10"
146146 :src ="
0 commit comments