fix(SW-239): make contents in sidepeek component render serverside for seo
This commit is contained in:
@@ -13,7 +13,6 @@ import styles from "./content.module.css"
|
||||
export default function Content({
|
||||
title,
|
||||
children,
|
||||
contentKey,
|
||||
isActive = false,
|
||||
onClose,
|
||||
}: PropsWithChildren<SidePeekContentProps>) {
|
||||
|
||||
Reference in New Issue
Block a user