OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
web/pages/go/new-discussion/[...slug].tsx
import { getServerSidePropsEditorHoc } from 'back/EditorPage'
export const getServerSideProps = getServerSidePropsEditorHoc({ isIssue: true });
import EditorPageHoc from 'front/EditorPage'
export default EditorPageHoc({ isIssue: true, isNew: true });