feat: missing media
This commit is contained in:
parent
10fa3aca54
commit
d16d3bbe21
|
|
@ -1,4 +1,11 @@
|
|||
import { MediaLayoutComponent } from '@gitroom/frontend/components/new-layout/layout.media.component';
|
||||
import { Metadata } from 'next';
|
||||
import { isGeneralServerSide } from '@gitroom/helpers/utils/is.general.server.side';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `${isGeneralServerSide() ? 'Postiz' : 'Gitroom'} Media`,
|
||||
description: '',
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
return <MediaLayoutComponent />
|
||||
|
|
|
|||
Loading…
Reference in New Issue