Skip to content

Commit

Permalink
SSR works remove test API
Browse files Browse the repository at this point in the history
  • Loading branch information
Mkalo committed Jan 10, 2023
1 parent 249cba3 commit 2e2078b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions pages/api/hello.ts

This file was deleted.

3 changes: 1 addition & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ export default function Home({ data }: { data: { name: string } }) {
</Head>
<main className="bg-white h-screen flex items-center flex-col">
{/* Main column */}
{data.name}
<div className="w-3/4 h-full flex flex-col items-center">
<h1 className="text-3xl font-bold text-gray-800">Zippia Project</h1>
<h1 className="text-3xl font-bold text-gray-800 mb-8">Zippia Project</h1>
<List></List>
</div>
</main>
Expand Down

1 comment on commit 2e2078b

@vercel
Copy link

@vercel vercel bot commented on 2e2078b Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.