Skip to content

Commit 226138e

Browse files
Merge pull request #27 from solid/feat/my-storages
updated favicon
2 parents 6c0f8e3 + beef398 commit 226138e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ const geistMono = Geist_Mono({
1616
export const metadata: Metadata = {
1717
title: "Solid File Manager",
1818
description: "A Google Drive-like file manager for Solid Pods",
19+
icons: {
20+
icon: "/solid.svg",
21+
shortcut: "/solid.svg",
22+
apple: "/solid.svg",
23+
},
1924
};
2025

2126
export default function RootLayout({

0 commit comments

Comments
 (0)