Skip to content

Commit a8e58d0

Browse files
committed
shell
1 parent cb9942e commit a8e58d0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

packages/docs/src/pages/shell.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import Layout from '@theme/Layout';
2+
import React from 'react';
3+
4+
const Shell: React.FC = () => {
5+
return (
6+
<Layout>
7+
<div id="shell" />
8+
</Layout>
9+
);
10+
};
11+
12+
export default Shell;

packages/promo-pages/src/app/layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import type {Metadata} from 'next';
22
import './globals.css';
33

44
export const metadata: Metadata = {
5-
title: 'Create Next App',
6-
description: 'Generated by create next app',
5+
title: 'Remotion | Make videos programmatically',
6+
description:
7+
'Use React to compose and render videos, and build video applications.',
78
};
89

910
export default function RootLayout({

0 commit comments

Comments
 (0)