feat: change tab title, add favicon, and fix pinned folder live refresh
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
This commit is contained in:
parent
5c2eaf49e4
commit
cf43dd0e5a
3 changed files with 8 additions and 2 deletions
|
|
@ -2,8 +2,11 @@ import type { Metadata } from 'next';
|
|||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Drive — Your Personal Cloud',
|
||||
title: "Eli's Drive",
|
||||
description: 'A high-performance, self-hosted file storage and management platform.',
|
||||
icons: {
|
||||
icon: '/favicon.svg',
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
|||
Reference in a new issue