9e3465eeb6
* support embedding org profile page * Add checkly tests * Fix test titles --------- Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
import withEmbedSsr from "@lib/withEmbedSsr";
|
|
|
|
import { getServerSideProps as _getServerSideProps } from "./index";
|
|
|
|
export { default } from "./index";
|
|
|
|
export const getServerSideProps = withEmbedSsr(_getServerSideProps);
|