feat: missing media

This commit is contained in:
Nevo David 2025-07-26 12:50:44 +07:00
parent 10fa3aca54
commit d16d3bbe21
1 changed files with 7 additions and 0 deletions

View File

@ -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 />