We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb4a7f commit 490f5d1Copy full SHA for 490f5d1
app/layout.tsx
@@ -3,6 +3,11 @@ import { RootProvider } from 'fumadocs-ui/provider';
3
import { Inter } from 'next/font/google';
4
import type { ReactNode } from 'react';
5
6
+export const metadata = {
7
+ title: 'MultiPost Documentation',
8
+ description: 'The documentation for MultiPost',
9
+};
10
+
11
const inter = Inter({
12
subsets: ['latin'],
13
});
0 commit comments