mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Updated page titles.
This commit is contained in:
parent
b2a7aaaad0
commit
d5b4da63df
35 changed files with 74 additions and 34 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue