Page cover

Configuring Site Meta

The website metadata can be edited from the following object

const metadata = {
  title: 'Website Title',
  description: 'Website descriptions',
}

This object is located in @/app/layout.tsx

Last updated

Was this helpful?