Skip to content

Commit a508abc

Browse files
committed
fix(seo): docs page description
1 parent 0b7b1d6 commit a508abc

File tree

1 file changed

+1
-2
lines changed
  • apps/web/src/app/docs/[[...slug]]

1 file changed

+1
-2
lines changed

apps/web/src/app/docs/[[...slug]]/page.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export async function generateMetadata({
3636

3737
return {
3838
title: `${doc.title} - Util UI`,
39-
description: `${doc.title}`,
40-
icons: [{ rel: "icon", url: "/favicon.ico" }],
39+
description: `${doc.description}`,
4140
};
4241
}
4342

0 commit comments

Comments
 (0)