Skip to content

Commit

Permalink
testing addition of Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Dec 19, 2023
1 parent 15a3ea0 commit fb9b752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/RootLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from 'react';
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import Navbar from './Navbar';
import NavbarMenu from './NavbarMenu';
Expand Down
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ export default function Home() {
<Layout>
<Head>
<title>Kevin Kwan | Home</title>
<meta name="description" content="Kevin Kwan | SWE Portfolio" />
</Head>
<div id="container">
<main className="flex-1">
Expand Down

0 comments on commit fb9b752

Please sign in to comment.