We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0f8e3 + beef398 commit 226138eCopy full SHA for 226138e
1 file changed
app/layout.tsx
@@ -16,6 +16,11 @@ const geistMono = Geist_Mono({
16
export const metadata: Metadata = {
17
title: "Solid File Manager",
18
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
+ },
24
};
25
26
export default function RootLayout({
0 commit comments