Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { auth } from '../auth';`
}
import theme from '../theme';
export const metadeta = {
export const metadata = {
title: 'My Toolpad Core Next.js App',
description: 'This is a sample app built with Toolpad Core and Next.js',
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
documentGetInitialProps,
} from '@mui/material-nextjs/v14-pagesRouter';

export const metadeta = {
export const metadata = {
title: 'My Toolpad Core Next.js App',
description: 'This is a sample app built with Toolpad Core and Next.js',
};
Expand Down