fix(SW-239): make contents in sidepeek component render serverside for seo

This commit is contained in:
Arvid Norlin
2024-08-09 15:28:22 +02:00
parent b9d63d9f01
commit 47c77b62d6
9 changed files with 908 additions and 910 deletions
@@ -13,7 +13,6 @@ import styles from "./content.module.css"
export default function Content({
title,
children,
contentKey,
isActive = false,
onClose,
}: PropsWithChildren<SidePeekContentProps>) {