We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdbdb6 commit 111a9caCopy full SHA for 111a9ca
1 file changed
website/src/app/layout.tsx
@@ -1,7 +1,12 @@
1
import { Onest } from 'next/font/google';
2
import { Provider } from '@/components/provider';
3
+import type { Metadata } from 'next';
4
import './global.css';
5
6
+export const metadata: Metadata = {
7
+ metadataBase: new URL('https://rbby.dev'),
8
+};
9
+
10
const onest = Onest({
11
subsets: ['latin'],
12
});
0 commit comments