ssr
All checks were successful
deploy to production / deploy (push) Successful in 1m23s

This commit is contained in:
2023-12-15 12:35:45 +00:00
parent 35168ddaab
commit 241513e32f
20 changed files with 161 additions and 94 deletions

View File

@@ -183,7 +183,7 @@
<div class="submenu-img">
<img
src="{`${apiBaseURL}navigation/${$navigation?.id}/${submenu.image?.src}?filter=${
window?.innerWidth > 500 ? 'xl' : 'm'
typeof window !== 'undefined' && window?.innerWidth > 500 ? 'xl' : 'm'
}`}"
alt="img"
/>