mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
Feat: simple brand options
This commit is contained in:
parent
3e45c9d055
commit
8cce0f8c8d
6 changed files with 10 additions and 10 deletions
|
|
@ -11,7 +11,7 @@ export default function ({ children }) {
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
template: '%s | Settings | Umami',
|
||||
default: 'Settings | Umami',
|
||||
template: `%s | Settings | ${process.env.NEXT_PUBLIC_CUSTOM_TITLE || 'Umami'}`,
|
||||
default: `Settings | ${process.env.NEXT_PUBLIC_CUSTOM_TITLE || 'Umami'}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue