1 parent 0b7b1d6 commit a508abcCopy full SHA for a508abc
1 file changed
apps/web/src/app/docs/[[...slug]]/page.tsx
@@ -36,8 +36,7 @@ export async function generateMetadata({
36
37
return {
38
title: `${doc.title} - Util UI`,
39
- description: `${doc.title}`,
40
- icons: [{ rel: "icon", url: "/favicon.ico" }],
+ description: `${doc.description}`,
41
};
42
}
43
0 commit comments