Skip to content

Commit

Permalink
Fix seo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 7, 2024
1 parent d506703 commit 1d16667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import Footer from '@/components/Footer';
const dmSans = DM_Sans({ subsets: ['latin'], weight: ['400', '500', '700'] });

export const metadata: Metadata = {
title: 'ACM Static Site Template',
description: 'Template for making ACM websites!',
title: 'ACM Outreach at UCSD',
description:
'Welcome to ACM Outreach at UCSD, where our mission is to ignite a passion for computing and STEM among K-12 students, with a special focus on those who are underrepresented in the computing community.',
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 1d16667

Please sign in to comment.