import { SidePeekContentKey } from "./types" export const generateSidePeekLink = (key: SidePeekContentKey) => { return `?sidepeek=${key}` }