Skip to content

Commit

Permalink
Add app name metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Dec 18, 2023
1 parent 0258fa9 commit 909a36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { Roboto_Mono } from "next/font/google";
import { Analytics } from "@vercel/analytics/react";

export const metadata: Metadata = {
title: "dy0gu",
title: "y0gu",
applicationName: "dy0gu",
description: "Just an individual, writing some code on the internet.",
metadataBase: new URL("https://dy0gu.com"),
};
Expand Down

0 comments on commit 909a36f

Please sign in to comment.