Skip to content

Commit

Permalink
feat: add metadatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-jy-park committed Apr 21, 2024
1 parent 8057091 commit 4c5f3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Toaster } from "@/components/ui/sonner";
const dm_sans = DM_Sans({ subsets: ["latin"], weight: ["400", "500", "600", "700"] });

export const metadata: Metadata = {
metadataBase: new URL("https://pay-out.us"),
title: "Payout",
description: "Calculate your dividend payout with ease.",
icons: {
Expand Down

0 comments on commit 4c5f3bd

Please sign in to comment.