Skip to content

Commit 490f5d1

Browse files
committed
feat: add metadata for MultiPost documentation
- Introduce metadata object with title and description for the documentation
1 parent fdb4a7f commit 490f5d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { RootProvider } from 'fumadocs-ui/provider';
33
import { Inter } from 'next/font/google';
44
import type { ReactNode } from 'react';
55

6+
export const metadata = {
7+
title: 'MultiPost Documentation',
8+
description: 'The documentation for MultiPost',
9+
};
10+
611
const inter = Inter({
712
subsets: ['latin'],
813
});

0 commit comments

Comments
 (0)