Skip to content

Commit

Permalink
chore: adding metadatabase
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Saini <[email protected]>
  • Loading branch information
s2sharpit committed Aug 6, 2023
1 parent ff9a535 commit 52a0ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Metadata } from "next";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
metadataBase: new URL("https://projectshut.vercel.app/"),
title: {
default: "ProjectsHut - Learn. Build. Share.",
template: '%s - ProjectsHut',
Expand Down

0 comments on commit 52a0ece

Please sign in to comment.