Skip to content

Commit 111a9ca

Browse files
committed
og image
1 parent 6fdbdb6 commit 111a9ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/src/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import { Onest } from 'next/font/google';
22
import { Provider } from '@/components/provider';
3+
import type { Metadata } from 'next';
34
import './global.css';
45

6+
export const metadata: Metadata = {
7+
metadataBase: new URL('https://rbby.dev'),
8+
};
9+
510
const onest = Onest({
611
subsets: ['latin'],
712
});

0 commit comments

Comments
 (0)