mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-21 13:47:31 +08:00
feat: add custom site name
This commit is contained in:
@@ -8,7 +8,7 @@ import { ThemeProvider } from '../components/ThemeProvider';
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'MoonTV',
|
||||
title: process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTV',
|
||||
description: '影视聚合',
|
||||
manifest: '/manifest.json',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user