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

This commit is contained in:
Elijah 2026-05-23 10:39:30 -07:00
parent 5c2eaf49e4
commit cf43dd0e5a
3 changed files with 8 additions and 2 deletions

View file

@ -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({