mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-23 06:26:29 +01:00
add metadata
This commit is contained in:
parent
759acde045
commit
069c8529fb
10 changed files with 79 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Customers',
|
||||
};
|
||||
|
||||
export default function Page(){
|
||||
return <p>Customers Page</p>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue