Updated page titles.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import SharePage from './SharePage';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function ({ params: { shareId } }) {
|
||||
return <SharePage shareId={shareId[0]} />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'umami',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user