Skip to content

Commit

Permalink
update site metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Aug 8, 2024
1 parent 69bc019 commit bd1870f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { Inter } from 'next/font/google';
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: 'NextJS Frontend',
description: 'Generated by create next app',
title: 'BeAlcholic',
description: 'Social media site to track your alcohol consumption',
};

export default function RootLayout({
Expand Down

0 comments on commit bd1870f

Please sign in to comment.