Hybrid output rendering

- Changed output to `hybrid` instead of `server`
- Bugfixes to ShowcaseTabs (iamge sizing)
- Changes due to hybrid rendering
This commit is contained in:
2024-06-21 10:59:02 +02:00
parent a1b94ae545
commit 08e38d4d91
6 changed files with 9 additions and 5 deletions

View File

@ -36,7 +36,7 @@ export function ShowcaseTabs({ currentLocale }) {
<span className="text-pretty">{item.description}</span>
</CardDescription>
</CardHeader>
<CardContent className="h-[85%] w-full">
<CardContent className="w-full max-h-[78%] lg:h-full">
<div className="h-full w-full">
<img
src={item.image}