update deps and add blank pages
This commit is contained in:
@@ -1,23 +1,8 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="my-3 flex flex-col items-center">
|
||||
<h1 className="text-4xl">Stan's Blog</h1>
|
||||
<p className="text-sm my-1">
|
||||
<i>but what do I know</i>
|
||||
</p>
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<h1 className="text-4xl">Projects (2)</h1>
|
||||
</div>
|
||||
|
||||
<h2 className="mt-3 text-2xl">Posts ({[].length})</h2>
|
||||
{/*
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog/neural-nets">Neural Networks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/blog/nextjs">Next.js</a>
|
||||
</li>
|
||||
</ul> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user