Skip to content

Commit

Permalink
metadata set
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 23, 2024
1 parent 4425568 commit d42eece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/[...slug]/layout.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

export const metadata = {
title: "op - Programming Related Articles",
description: "Get Programming Related Articles on Daily Basis on DevArt a better place to spend time....",
};
// export const metadata = {
// title: "op - Programming Related Articles",
// description: "Get Programming Related Articles on Daily Basis on DevArt a better place to spend time....",
// };

export default async function RootLayout(pr) {
let { children, params } = pr;
Expand Down

0 comments on commit d42eece

Please sign in to comment.