Skip to content

Commit

Permalink
add meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
benpetty committed Jun 11, 2024
1 parent 3dcf2ec commit c403e1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "RootedHousing.org",
description: `
Providing care first transitional/rehabilitative housing for community
members transitioning/reintegrating from incarceration to society.
`,
};

export default function RootLayout({
Expand Down

0 comments on commit c403e1f

Please # to comment.