We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a4ce4 commit e3838d3Copy full SHA for e3838d3
src/app/layout.tsx
@@ -4,7 +4,7 @@ import { Inter } from 'next/font/google'
4
const inter = Inter({ subsets: ['latin'] })
5
6
export const metadata: Metadata = {
7
- title: 'Create Next App',
+ title: 'posts-api-vercel',
8
description: 'Generated by create next app',
9
}
10
0 commit comments