Skip to content

Commit

Permalink
added some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aarabii committed May 18, 2024
1 parent 3a2b993 commit 8e0cb32
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@ import type { Metadata } from "next";
import "./globals.css";

export const metadata: Metadata = {
title: "Aarab Nishchal",
title: {
template: "%s | Aarab Nishchal",
default: "Aarab Nishchal",
},
description: "My space on web.",
icons: [],
referrer: "origin-when-cross-origin",
metadataBase: new URL("https://aarab.vercel.app"),
keywords: [
"Aarab",
"nishchal",
"aarab nishchal",
"react",
"reactJs",
"react portfolio",
"portfolio",
"portfolio website",
"losier",
"twexy",
"caya",
],
};

export default function RootLayout({
Expand Down

0 comments on commit 8e0cb32

Please sign in to comment.